From f82a45241aa62752853b053b06f6a5d0d7bf8d94 Mon Sep 17 00:00:00 2001 From: brausjonas Date: Sun, 26 Mar 2023 18:07:35 +0200 Subject: [PATCH] Fixed header --- .idea/workspace.xml | 2 +- index.html | 4 ++-- mainPage.css | 1 + navigationStyle.css | 1 + 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9a5a019..7ec1480 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -62,7 +62,7 @@ - + diff --git a/index.html b/index.html index f7afc88..1c81ccb 100644 --- a/index.html +++ b/index.html @@ -58,7 +58,7 @@ -

Short overview

+

Short overview

@@ -80,7 +80,7 @@ -

Have a look at our games page

+

Have a look at our games page

diff --git a/mainPage.css b/mainPage.css index 20963f8..3d0626e 100644 --- a/mainPage.css +++ b/mainPage.css @@ -24,6 +24,7 @@ h1 { .contentArea { + padding-top: 100px; display: flex; flex-direction: column; align-items: center; diff --git a/navigationStyle.css b/navigationStyle.css index bb5b852..e31d03f 100644 --- a/navigationStyle.css +++ b/navigationStyle.css @@ -24,6 +24,7 @@ li, a, button { /*title bar*/ header { + position: fixed; width: 100%; display: flex; justify-content: space-between;