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; +}