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> <updated>1679674447095</updated>
<workItem from="1679674448294" duration="3278000" /> <workItem from="1679674448294" duration="3278000" />
<workItem from="1679754546660" duration="3762000" /> <workItem from="1679754546660" duration="3762000" />
<workItem from="1679776338023" duration="4345000" /> <workItem from="1679776338023" duration="4639000" />
</task> </task>
<servers /> <servers />
</component> </component>
+3
View File
@@ -38,6 +38,7 @@
</nav> </nav>
</header> </header>
<!--Mobile-->
<menu id="mobileMenuBar"> <menu id="mobileMenuBar">
<div> <div>
<ul> <ul>
@@ -50,6 +51,8 @@
</div> </div>
</menu> </menu>
<h1>We create games like back in the days</h1>
</body> </body>
<script src="StartPage.js"></script> <script src="StartPage.js"></script>
+15 -1
View File
@@ -166,5 +166,19 @@ Mobile
{ {
background-color: rgba(198, 119, 70, 0.5); background-color: rgba(198, 119, 70, 0.5);
} }
}
} /*
------------------------------------------------------------------------------------------
General
------------------------------------------------------------------------------------------
*/
h1
{
font-size: 40px;
text-align: center;
padding: 20px;
color: #41423f;
}