diff --git a/www/css/main.css b/www/css/main.css index 7175213..0369bd1 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -193,6 +193,21 @@ div { text-align: center; } +#backbutton { + position: fixed; + top: -3rem; + right: -3rem; + height: 3rem; + width: 3rem; + z-index: 100; + border-radius: 1rem; + background-color: rgba(0, 0, 0, 0.5); + color: rgba(192, 192, 192, 0.5); + font-size: 2rem; + line-height: 3rem; + text-align: center; +} + .splash.jason, .main.jason { background-color: var(--jason-bg-color); font-family: 'Raleway', sans-serif; diff --git a/www/index.html b/www/index.html index 17b96aa..d77572f 100644 --- a/www/index.html +++ b/www/index.html @@ -71,11 +71,15 @@ +
+ +
+ - - - + + +