From d4b551dc1a09e45b4c13434e079fe5996de3abe0 Mon Sep 17 00:00:00 2001
From: "Peter J. Holzer"
Date: Mon, 7 Nov 2022 21:42:24 +0100
Subject: [PATCH] Start on layout
---
static/style.css | 11 +++++++++++
templates/vote.html | 30 ++++++++++++++++++------------
2 files changed, 29 insertions(+), 12 deletions(-)
diff --git a/static/style.css b/static/style.css
index a44c886..0855d81 100644
--- a/static/style.css
+++ b/static/style.css
@@ -11,3 +11,14 @@ body {
border: #CCC 1px solid;
border-radius: 0.2em;
}
+
+body {
+ display: grid;
+}
+
+#hello {
+ grid-column: 1 / 3;
+}
+#h-day, #h-time, #h-place {
+ grid-column: 1 / 3;
+}
diff --git a/templates/vote.html b/templates/vote.html
index 0813e86..debea0f 100644
--- a/templates/vote.html
+++ b/templates/vote.html
@@ -8,14 +8,14 @@
- Hallo, {{ session.user.email }}!
-
+
Hallo, {{ session.user.email }}!
+
{{ meet.title }}
-
-
+
+
An welchem Tag?
-
-
-
+
+
+
Zu welcher Zeit?
-
-
-
+
+
+
An welchem Ort?
-
-
+
+