This commit is contained in:
NohamR 2023-06-07 15:27:53 +02:00
parent ec941b6a5b
commit accf561b4b

View File

@ -8,7 +8,7 @@ h1 {
text-align: center;
font-size: 80px;
color: white;
margin-top: 50px; /* Réduire la marge supérieure */
margin-top: 50px;
}
h2 {
@ -16,7 +16,7 @@ h1 {
text-align: center;
font-size: 22px;
color: white;
margin-bottom: 20px; /* Ajouter une marge inférieure */
margin-bottom: 20px;
}
.container {
@ -24,17 +24,17 @@ h1 {
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 50px; /* Ajouter une marge supérieure */
margin-top: 50px;
}
.quote {
text-align: center;
margin-bottom: 20px; /* Ajouter une marge inférieure */
margin-bottom: 20px;
}
.image-container {
text-align: center;
margin-bottom: 20px; /* Ajouter une marge inférieure */
margin-bottom: 20px;
}
img {