diff --git a/public/css/general.css b/public/css/general.css index bbe2663..a7d9465 100644 --- a/public/css/general.css +++ b/public/css/general.css @@ -1,3 +1,31 @@ h1 { text-align: center; } + +ul.enteteMenu{ + font-family: Poppins; + font-weight: 400; /*regular*/ + font-size: 1.25rem; /*20px*/ + color: #000; /*Noir pur*/ + display: flex; + flex-flow: row; + justify-content: start; + align-items: center; +} +li.enteteMenuElement:hover{ +border-bottom: 5px #FF563C solid; /*Orange Highlight*/ +cursor: pointer; +} + +h1.titre1Page{ + font-family: Poppins; + font-weight: 600; /*semi-bold*/ + font-size: 6rem; /*96px*/ + color: #394596; /*Bleu AGECEM*/ + } +h2.titre2Page{ + font-family: Poppins; + font-weight: 600; /*semi-bold*/ + font-size: 1.5rem; /*24px*/ + color: #394596; /*Bleu AGECEM*/ + } \ No newline at end of file diff --git a/templates/html/a-propos.gohtml b/templates/html/a-propos.gohtml index d4cd169..a4be913 100644 --- a/templates/html/a-propos.gohtml +++ b/templates/html/a-propos.gohtml @@ -8,7 +8,7 @@
{{ template "header-html" }} -