SAE_S1.05_S1.06/css/ReservationSuccess.css

32 lines
622 B
CSS
Raw Normal View History

.contenue {
2024-01-16 00:23:27 +01:00
max-width: 800px;
margin: 20px auto;
padding: 20px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.reservation-successful-section {
text-align: center;
margin-bottom: 300px;
}
.reservation-successful-section h1 {
color: #00a651;
}
.reservation-successful-section p {
font-size: 18px;
color: #555;
}
.home-button {
display: inline-block;
margin-top: 30px;
padding: 10px 20px;
background-color: #FFB039;
color: white;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
}