From 2838097b5243ef51e76e290aec5a6dd403a744ec Mon Sep 17 00:00:00 2001 From: Alexel Date: Tue, 25 Jul 2023 13:52:41 -0400 Subject: [PATCH] formatting de general.css --- public/css/general.css | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/public/css/general.css b/public/css/general.css index f9363b8..c302140 100644 --- a/public/css/general.css +++ b/public/css/general.css @@ -1,12 +1,9 @@ -h1 { - text-align: center; -} -.header{ +.header { width: 100%; -} + } -.headerMenu{ +.headerMenu { font-family: Poppins; font-weight: 400; /*regular*/ font-size: 1.25rem; /*20px*/ @@ -15,21 +12,25 @@ h1 { flex-flow: row; justify-content: space-around; align-items: center; -} -.headerMenuElement:hover{ -border-bottom: 5px #FF563C solid; /*Orange Highlight*/ -cursor: pointer; -} + } -.heading1{ +.headerMenuElement:hover { + border-bottom: 5px #FF563C solid; /*Orange Highlight*/ + cursor: pointer; + } + +.heading1 { font-family: Poppins; font-weight: 600; /*semi-bold*/ font-size: 6rem; /*96px*/ color: #394596; /*Bleu AGECEM*/ + text-align: center; } -.heading2{ + +.heading2 { font-family: Poppins; font-weight: 600; /*semi-bold*/ font-size: 1.5rem; /*24px*/ color: #394596; /*Bleu AGECEM*/ + text-align: center; } \ No newline at end of file