diff --git a/website/css/menustyle.css b/website/css/menustyle.css index 29dcec6..d03471c 100644 --- a/website/css/menustyle.css +++ b/website/css/menustyle.css @@ -16,10 +16,19 @@ display: inline-flex; justify-content: center; align-content: center; + list-style-type: none; width: 80vw; height: 100%; } +.mainitems { + padding: 1%; +} + +.mainitems:hover { + background-color: darkblue; +} + .menubutton { text-decoration: none; background-color: none; diff --git a/website/css/style.css b/website/css/style.css index 33b1791..ed50fa9 100644 --- a/website/css/style.css +++ b/website/css/style.css @@ -29,7 +29,7 @@ body { /* make div full width (well technically oversized and move it to -1% offset */ display: block; width: 101vw; - height: 130vh; + height: 120vh; margin-top: -0.5vh; margin-left: -0.5vw; text-align: center; @@ -37,17 +37,18 @@ body { .title-content { position: relative; + color: white; top: 20vh; } .title-buttons { position: relative; - top: 40vh; + top: 30vh; } .type-animation { - font-size: 500%; - color: white + font-size: 600%; + color: white !important; } diff --git a/website/index.html b/website/index.html index 786712a..3e8e3f2 100644 --- a/website/index.html +++ b/website/index.html @@ -13,7 +13,7 @@ .title { background-image: url("main_bg_cut.png"); background-repeat: no-repeat; - background-size: cover; + background-size: 100%; } @@ -25,7 +25,6 @@

impress.js

-
Watch the demo diff --git a/website/js/index.js b/website/js/index.js index 696398d..9e164e6 100644 --- a/website/js/index.js +++ b/website/js/index.js @@ -1,4 +1,6 @@ $(document).ready(function () { $('#navbar').load('nav.html') console.log("ok") + + // }); \ No newline at end of file diff --git a/website/nav.html b/website/nav.html index c8524e2..9c8a7d9 100644 --- a/website/nav.html +++ b/website/nav.html @@ -11,6 +11,7 @@