site-accueil-insa/assets/css/page/construction.css
2023-04-28 18:17:37 +02:00

26 lines
259 B
CSS

#taupe{
top: 100%;
}
#decompte{
margin-top: 5%;
width: 100%;
height: 200%;
font-size: 10vh;
color: rgb(170, 28, 28);
}
/* ajuste le décompte pour les petits écrans*/
@media all and (max-width: 800px) {
#decompte{
font-size: 7vh;
}
}