SAE_WEB_S1/CSS/propos.css
2024-01-19 12:07:30 +01:00

21 lines
266 B
CSS

h2{
margin-bottom: 5vh;
}
#liste-equipe ul{
display: flex;
align-items: center;
justify-content: space-evenly;
}
#description{
text-align: justify;
width: 50%;
margin-left: 25vw;
margin-bottom: 5vh;
}
#recrute{
color: white;
background-color: darkred;
}