From c9dc079fa2c0f8d8b4ea35c213ee445c0ab631d0 Mon Sep 17 00:00:00 2001 From: brausjonas Date: Sat, 25 Mar 2023 22:59:35 +0100 Subject: [PATCH] Background --- .idea/workspace.xml | 2 +- index.html | 77 ++++++++++++++++++++++++++++++++++++++++++++- navigationStyle.css | 7 ++++- 3 files changed, 83 insertions(+), 3 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b264074..7bcadc1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -60,7 +60,7 @@ 1679674447095 - + diff --git a/index.html b/index.html index 4355f45..40a8a2d 100644 --- a/index.html +++ b/index.html @@ -51,8 +51,83 @@ -

We create games like back in the days

+
+

We create games like back in the days

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
diff --git a/navigationStyle.css b/navigationStyle.css index e85e9ed..d790c3b 100644 --- a/navigationStyle.css +++ b/navigationStyle.css @@ -25,6 +25,8 @@ li, a, button /*title bar*/ header { + + width: 100%; display: flex; justify-content: space-between; align-items: center; @@ -103,6 +105,8 @@ nav > button menu { + position: absolute; + right: 0px; display: none; } @@ -177,7 +181,7 @@ General body { background-image: linear-gradient(#c67746, #88b3ae); - height: 100vh; + height: 100%; } h1 @@ -188,3 +192,4 @@ h1 padding: 20px; color: #41423f; } +