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

30 lines
343 B
CSS
Raw Normal View History

2022-04-09 17:24:25 +02:00
section {
display: block;
}
2022-06-10 16:23:51 +02:00
.box-jaune {
position: absolute;
z-index: 3;
top: 0;
left: 0;
margin: 0;
}
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;
}