forked from rebillar/site-accueil-insa
22 lines
333 B
CSS
22 lines
333 B
CSS
#msg_acc {
|
|
display: block;
|
|
background-color: rgba(88, 159, 218, 0.798);
|
|
width: 80vw;
|
|
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);
|
|
|
|
}
|