From a7668042f47ff2e086364fb05dbc4ea6d1ac797d Mon Sep 17 00:00:00 2001 From: brausjonas Date: Sat, 25 Mar 2023 22:50:44 +0100 Subject: [PATCH] dfadsf --- .idea/workspace.xml | 2 +- index.html | 3 +++ navigationStyle.css | 16 +++++++++++++++- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index bf7fc13..96dd4f0 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -60,7 +60,7 @@ 1679674447095 - + diff --git a/index.html b/index.html index cf59636..4355f45 100644 --- a/index.html +++ b/index.html @@ -38,6 +38,7 @@ +
    @@ -50,6 +51,8 @@
+

We create games like back in the days

+ diff --git a/navigationStyle.css b/navigationStyle.css index dd82931..f648cb1 100644 --- a/navigationStyle.css +++ b/navigationStyle.css @@ -166,5 +166,19 @@ Mobile { background-color: rgba(198, 119, 70, 0.5); } +} -} \ No newline at end of file +/* +------------------------------------------------------------------------------------------ +General +------------------------------------------------------------------------------------------ + */ + +h1 +{ + + font-size: 40px; + text-align: center; + padding: 20px; + color: #41423f; +}