SAE_WEB_S1/CSS/propos.css

21 lines
266 B
CSS
Raw Normal View History

2024-01-19 12:07:30 +01:00
h2{
margin-bottom: 5vh;
2024-01-18 15:28:25 +01:00
}
2024-01-19 12:07:30 +01:00
#liste-equipe ul{
display: flex;
align-items: center;
justify-content: space-evenly;
2024-01-18 16:49:48 +01:00
}
2024-01-19 12:07:30 +01:00
#description{
text-align: justify;
width: 50%;
margin-left: 25vw;
margin-bottom: 5vh;
2024-01-18 16:49:48 +01:00
}
2024-01-19 12:07:30 +01:00
#recrute{
color: white;
background-color: darkred;
2024-01-18 15:28:25 +01:00
}