site-accueil-insa/assets/css/page/construction.css
2023-04-29 16:12:30 +02:00

31 lines
No EOL
411 B
CSS

#taupe{
top: 100%;
}
#decompte{
margin-top: 5%;
width: 100%;
height: 200%;
font-size: 10vh;
color: rgb(196, 23, 23);
}
/* ajuste le décompte pour les petits écrans*/
@media all and (max-width: 800px) {
#decompte{
font-size: 7vh;
color: rgb(40, 230, 11);
background-color: rgba(27, 187, 205, 0.188);
border-radius: 10px;
width: 95%;
margin-left: 2.5%;
margin-right: 2.5%;
}
}