diff --git a/public/home/index.html b/public/home/index.html index f35acd4..8f36a6e 100644 --- a/public/home/index.html +++ b/public/home/index.html @@ -37,6 +37,12 @@

+ +

+

diff --git a/src/client/home/scss/home.scss b/src/client/home/scss/home.scss index 8364b31..fdd39b4 100644 --- a/src/client/home/scss/home.scss +++ b/src/client/home/scss/home.scss @@ -93,6 +93,21 @@ h1 { } } +.banner { + position: relative; + width: 100%; + text-align: center; + color: $primary-color; + font-size: 1.1rem; + margin: 2rem 0; + user-select: none; + + a { + font-weight: bold; + color: #000000; + } +} + a { color: $primary-color; text-decoration: none;