site-accueil-insa/assets/css/page/vacances.css
2022-06-12 21:45:19 +02:00

24 lines
No EOL
304 B
CSS

main {
text-align: center;
width: 100vw;
}
section {
display: inline-block;
background-color: rgba(255,255,255,0.3);
aspect-ratio: 425/600;
width: 43vw;
margin: 1vw;
margin-top: 60px;
}
img {
width: 100%;
background-color: white;
}
@media (max-width: 1500px) {
section {
width: 90vw;
}
}