From c24e64a235824dbf564326556639d4b4fb9c7e30 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Sat, 5 Nov 2022 10:53:29 +0100 Subject: [PATCH] Add banner --- static/stylesheet.css | 14 ++++++++++++++ templates/index_en.html | 3 +++ 2 files changed, 17 insertions(+) diff --git a/static/stylesheet.css b/static/stylesheet.css index 7916680..f8c2bf4 100644 --- a/static/stylesheet.css +++ b/static/stylesheet.css @@ -113,6 +113,20 @@ position: relative; } +#banner { + background-color: red; + color: white; + padding: 10px; + font-weight: bold; + font-size: 30px; + text-align: center; + font-family: sans-serif; +} + +#banner a { + color: white; +} + @media only screen and (max-width: 600px) { #body { background-image: none; diff --git a/templates/index_en.html b/templates/index_en.html index 3582b9c..36d2de6 100644 --- a/templates/index_en.html +++ b/templates/index_en.html @@ -41,5 +41,8 @@ +