site-accueil-insa/assets/css/page/vacances.css
2023-06-22 17:30:50 +02:00

61 lines
No EOL
840 B
CSS

main {
text-align: center;
width: 100vw;
}
img {
width: 100%;
background-color: transparent;
}
form {
margin: 20px;
}
.input {
display: inline-block;
width: 35%;
background-color: white;
border: 3px solid grey;
border-radius: 4px;
text-align: center;
height: 30px;
margin: 5px;
}
.numeric-input {
display: inline-block;
width: 10%;
background-color: white;
border: 3px solid grey;
border-radius: 4px;
text-align: center;
height: 30px;
margin: 5px;
}
.submit {
width: 50%;
background-color: grey;
border: 3px solid grey;
color: white;
border-radius: 4px;
text-align: center;
height: 30px;
margin: 5px;
font-weight: bold;
}
.submit:hover {
transition: 0.3s ease;
transform: scale(1.05);
}
@media (max-width: 1500px) {
section {
display: flex;
width: 90vw;
aspect-ratio: auto;
height: auto;
}
}