forked from rebillar/site-accueil-insa
21 lines
313 B
CSS
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;
|
|
}
|
|
|