diff --git a/public/css/general.css b/public/css/general.css index 84ffca7..f9363b8 100644 --- a/public/css/general.css +++ b/public/css/general.css @@ -6,7 +6,7 @@ h1 { width: 100%; } -.enteteMenu{ +.headerMenu{ font-family: Poppins; font-weight: 400; /*regular*/ font-size: 1.25rem; /*20px*/ @@ -16,18 +16,18 @@ h1 { justify-content: space-around; align-items: center; } -.enteteMenuElement:hover{ +.headerMenuElement:hover{ border-bottom: 5px #FF563C solid; /*Orange Highlight*/ cursor: pointer; } -.titre1Page{ +.heading1{ font-family: Poppins; font-weight: 600; /*semi-bold*/ font-size: 6rem; /*96px*/ color: #394596; /*Bleu AGECEM*/ } -.titre2Page{ +.heading2{ font-family: Poppins; font-weight: 600; /*semi-bold*/ font-size: 1.5rem; /*24px*/ diff --git a/templates/html/a-propos.gohtml b/templates/html/a-propos.gohtml index a4be913..90c2774 100644 --- a/templates/html/a-propos.gohtml +++ b/templates/html/a-propos.gohtml @@ -8,7 +8,7 @@
{{ template "header-html" }} -