SAE_WEB_S1/CSS/propos.css

38 lines
503 B
CSS
Raw Permalink 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 14:39:33 +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{
2024-01-19 14:39:33 +01:00
margin-top: 5vh;
padding-bottom: 2vh;
display: flex;
flex-direction: column;
align-items: center;
2024-01-19 12:07:30 +01:00
color: white;
background-color: darkred;
2024-01-19 14:39:33 +01:00
}
#recrute a{
font-size: 25px;
color: white;
}
#recrute a:hover{
text-decoration: underline;
}
#recrute li{
margin-bottom: 1vh;
2024-01-18 15:28:25 +01:00
}