diff --git a/public/css/general.css b/public/css/general.css index bbe2663..c302140 100644 --- a/public/css/general.css +++ b/public/css/general.css @@ -1,3 +1,36 @@ -h1 { + +.header { + width: 100%; + } + +.headerMenu { + font-family: Poppins; + font-weight: 400; /*regular*/ + font-size: 1.25rem; /*20px*/ + color: #000; /*Noir pur*/ + display: flex; + flex-flow: row; + justify-content: space-around; + align-items: center; + } + +.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 { + 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 diff --git a/public/fonts/.gitkeep b/public/fonts/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/templates/html/a-propos.gohtml b/templates/html/a-propos.gohtml index d4cd169..90c2774 100644 --- a/templates/html/a-propos.gohtml +++ b/templates/html/a-propos.gohtml @@ -8,7 +8,7 @@
{{ template "header-html" }} -