diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..ee5b9b7 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/style.css b/static/style.css index e69de29..2cb0e8e 100644 --- a/static/style.css +++ b/static/style.css @@ -0,0 +1,27 @@ +body { + padding: 0; + margin: 0; + background: #ffffff; +} + +.navbar { + background: #000000; +} + +.nav-link, +.navbar-brand { + color: #ffff; + cursor: pointer; +} + +.nav-link { + margin-right: 1em !important; +} + +.nav-link:hover { + color: #e70c0c; +} + +.navbar-collapse { + justify-content: flex-end; +} diff --git a/templates/template.html b/templates/template.html index d318902..3ef017d 100644 --- a/templates/template.html +++ b/templates/template.html @@ -2,22 +2,43 @@ F.D.G.L e. V. - + + + + -
- logo -
-