site-accueil-insa/assets/css/page/game.css
2022-09-29 15:42:50 +02:00

32 lines
No EOL
413 B
CSS

body {
text-align: center;
}
a.link2 {
text-decoration: none;
color: #FFDC00;
-webkit-text-stroke: 1px black;
}
a.link2:hover {
color: black;
-webkit-text-stroke: 1px black;
}
.iframe_game {
display: block;
margin: 0 auto;
display: block;
border: 0px #000000 none;
position: relative;
}
a.link_in_yellow_box {
text-decoration: none;
color: black;
}
a.link_in_yellow_box:hover {
color: white;
}