From accf561b4b0edc58a4fcc354b06168bd58f5b1b9 Mon Sep 17 00:00:00 2001 From: NohamR <100566912+NohamR@users.noreply.github.com> Date: Wed, 7 Jun 2023 15:27:53 +0200 Subject: [PATCH] center --- src/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/style.css b/src/style.css index 031f6ad..f99419c 100644 --- a/src/style.css +++ b/src/style.css @@ -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 {