site-accueil-insa/assets/css/page/clubs.css

22 lines
263 B
CSS
Raw Normal View History

2022-06-11 12:43:31 +02:00
body {
text-align: center;
2022-06-10 16:23:51 +02:00
}
2022-04-09 17:24:25 +02:00
.iframe_amicale {
2022-06-10 16:23:51 +02:00
position: absolute;
overflow: hidden;
width: 100vw;
height: 100%;
margin: 0;
top: 0;
left: 0;
2022-04-09 17:24:25 +02:00
}
a.link_in_yellow_box {
text-decoration: none;
color: black;
}
a.link_in_yellow_box:hover {
color: white;
}