site-accueil-insa/assets/css/page/vacances.css
2022-06-12 23:52:11 +02:00

32 lines
No EOL
359 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: transparent;
}
form {
margin: 20px;
}
input {
width: 50%;
}
@media (max-width: 1500px) {
section {
width: 90vw;
}
}