From 36b2721e9fd604270e372995681314265192d66c Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 31 Oct 2025 14:25:57 +0100 Subject: Prettier layout with gaps; Removed fetch call; Use local storage to persist the fatch that the user has clicked --- index.tmpl.html | 147 ++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 96 insertions(+), 51 deletions(-) (limited to 'index.tmpl.html') diff --git a/index.tmpl.html b/index.tmpl.html index 78bb347..43e51c4 100644 --- a/index.tmpl.html +++ b/index.tmpl.html @@ -16,15 +16,18 @@ h1 { display: flex; justify-content: center; } + button { font-size: 1em; - margin-left: 1em; - margin-right: 1em; } + #buttons { - display: flex; - justify-content: center; - align-items: center; + margin: 1.5em; + display: flex; + justify-content: center; + align-items: center; + flex-wrap: wrap; + gap: 1em; } body { @@ -33,72 +36,114 @@ body { align-items: center; height: 50vh; } + +span#name { + color: blue; +} + + -
-

Qui es-tu?

-
- {{ range . }} - - {{ end }} -
-
+ -- cgit v1.2.3-70-g09d2