site-accueil-insa/assets/css/page/index.css

33 lines
582 B
CSS

#decompte{
margin-top: 5%;
width: 70%;
height: 200%;
font-size: 10vh;
color: rgb(230, 11, 11);
padding: 10px;
border-radius: 10px;
margin-right: 15vw;
margin-left: 15vw;
z-index: 1;
/*background-color: rgba(255, 228, 196, 0.378);*/
border-width: 10px;
border-color: red;
border: solid;
}
/* ajuste le décompte pour les petits écrans*/
@media all and (max-width: 800px) {
#decompte{
font-size: 7vh;
color: rgb(45, 255, 13);
background-color: rgba(27, 187, 205, 0.188);
border-radius: 10px;
width: 95%;
margin-left: 2.5%;
margin-right: 2.5%;
}
}