site-accueil-insa/assets/css/page/index.css
2022-04-08 15:07:59 +02:00

21 lines
313 B
CSS

#msg_acc {
display: block;
background-color: rgba(255,255,255,0.3);
width: 60%;
margin-left: auto;
margin-right: auto;
padding: 50px;
font-size: 23px;
}
a.link {
text-decoration: none;
color: #FFDC00;
-webkit-text-stroke: 1px black;
}
a.link:hover {
color: white;
-webkit-text-stroke: 1px white;
}