Ajout de PHPMailer pour envoyer des mails de confirmation de réservation
This commit is contained in:
32
css/ReservationSuccess.css
Normal file
32
css/ReservationSuccess.css
Normal file
@@ -0,0 +1,32 @@
|
||||
.content {
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user