From 339feb2e52b0a4b6b2d209d2756b6a9688899c93 Mon Sep 17 00:00:00 2001 From: Alexel Date: Fri, 18 Aug 2023 17:44:15 -0400 Subject: [PATCH] formattage des options sur admin.gohtml --- public/css/admin.css | 17 +++++++++++++++++ templates/html/admin.gohtml | 11 +++++++---- 2 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 public/css/admin.css diff --git a/public/css/admin.css b/public/css/admin.css new file mode 100644 index 0000000..b29ec16 --- /dev/null +++ b/public/css/admin.css @@ -0,0 +1,17 @@ +.adminOptions { + display: flex; + flex-flow: row wrap; + justify-content: space-around; + +} + +.adminOption { + font-family: 'Poppins'; + font-size: 1rem; + font-weight: 500; + background-color: #FF563C; + padding: 10px; + color: #fff; + border: none; + cursor: pointer; +} \ No newline at end of file diff --git a/templates/html/admin.gohtml b/templates/html/admin.gohtml index edcf8c4..c596118 100644 --- a/templates/html/admin.gohtml +++ b/templates/html/admin.gohtml @@ -5,13 +5,16 @@ AGECEM {{ template "general-html" }} + {{ template "header-html" }} -

Admin

- +
+

Admin

+
+
+
{{ end }}