site-accueil-insa/assets/css/page/index.css
2023-04-22 14:35:24 +02:00

22 lines
332 B
CSS

#msg_acc {
display: block;
background-color: rgba(88, 159, 218, 0.798);
width: 80%;
max-width: 800px;
margin-left: auto;
margin-right: auto;
padding: 50px;
font-size: 1.2rem;
margin-top: 40px;
border-radius: 15px;
}
#decompte{
margin-top: 5%;
width: 100%;
height: 200%;
font-size: 10vh;
color: rgb(159, 73, 47);
}