From cacd08c065d7f9749f4c1ed4b7a3ccfe4f0e73cf Mon Sep 17 00:00:00 2001 From: H4CK3R-01 Date: Thu, 10 Jun 2021 15:17:19 +0200 Subject: [PATCH] - Added space for build date and commit --- public/css/header.css | 17 +++++++++++++++-- public/index.html | 2 ++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/public/css/header.css b/public/css/header.css index c10b70f..83b7b85 100644 --- a/public/css/header.css +++ b/public/css/header.css @@ -5,7 +5,11 @@ header { background-color: #7d7d7d; color: #ffffff; height: 3em; - padding-top: 10px; + padding-top: 5px; + padding-bottom: 5px; + display: grid; + grid-gap: 5%; + grid-template-columns: 25% 40% 25%; } .title { @@ -15,4 +19,13 @@ header { align-items: center; font-size: 2em; vertical-align: central; -} \ No newline at end of file +} + +.build { + display: flex; + justify-content: center; + align-items: flex-end; + font-size: 1em; + padding-right: 10px; + flex-direction: column; +} diff --git a/public/index.html b/public/index.html index b30a019..49ec055 100644 --- a/public/index.html +++ b/public/index.html @@ -16,7 +16,9 @@
+
Projektmanagement Game
+