From 88a2c395ad96c65d75ea64c57d68b62d93bc12c3 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 3 Oct 2020 13:33:29 +0200 Subject: Added navbar --- mottovote/public/index.html | 5 +++++ mottovote/public/style.css | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'mottovote') diff --git a/mottovote/public/index.html b/mottovote/public/index.html index 0bffbdd..c562fa7 100644 --- a/mottovote/public/index.html +++ b/mottovote/public/index.html @@ -14,6 +14,11 @@ +
+ Home + Logout +
+
diff --git a/mottovote/public/style.css b/mottovote/public/style.css index 6e735e3..7f92570 100644 --- a/mottovote/public/style.css +++ b/mottovote/public/style.css @@ -8,6 +8,10 @@ body { background-image: linear-gradient(315deg, #eec0c6 0%, #7ee8fa 74%); } +div { + background: white; +} + main { display: flex; flex-flow: row wrap; @@ -49,7 +53,7 @@ select { } @media only screen and (max-width: 600px) { - div { + main { width: calc(100% - 50px); } } -- cgit v1.2.3