This commit is contained in:
brausjonas
2023-03-25 22:50:44 +01:00
parent f27fda8917
commit a7668042f4
3 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
<updated>1679674447095</updated>
<workItem from="1679674448294" duration="3278000" />
<workItem from="1679754546660" duration="3762000" />
<workItem from="1679776338023" duration="4345000" />
<workItem from="1679776338023" duration="4639000" />
</task>
<servers />
</component>
+3
View File
@@ -38,6 +38,7 @@
</nav>
</header>
<!--Mobile-->
<menu id="mobileMenuBar">
<div>
<ul>
@@ -50,6 +51,8 @@
</div>
</menu>
<h1>We create games like back in the days</h1>
</body>
<script src="StartPage.js"></script>
+14
View File
@@ -166,5 +166,19 @@ Mobile
{
background-color: rgba(198, 119, 70, 0.5);
}
}
/*
------------------------------------------------------------------------------------------
General
------------------------------------------------------------------------------------------
*/
h1
{
font-size: 40px;
text-align: center;
padding: 20px;
color: #41423f;
}