From 1ff5c6f7151f4c54dbf73d4b49f435d6209c83bd Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 4 Nov 2020 17:49:14 +0100 Subject: [PATCH] =?UTF-8?q?Z=C3=A1kladn=C3=AD=20=C5=A1ablona?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/style.scss | 9 +++++++++ templates/index.html | 17 +++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 sass/style.scss diff --git a/sass/style.scss b/sass/style.scss new file mode 100644 index 0000000..ab45f70 --- /dev/null +++ b/sass/style.scss @@ -0,0 +1,9 @@ +body { + padding: 0; +} + +header { + display: flex; + align-items: center; + justify-content: space-around; +} diff --git a/templates/index.html b/templates/index.html index a471b6c..86fdc75 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,7 +3,24 @@ {{ config.title }} + +
+ Logo PedF + {{ config.title | upper }} + +
+
+ Lorem ipsum. +
+