Background

This commit is contained in:
brausjonas
2023-03-25 22:59:35 +01:00
parent 56e76b512a
commit c9dc079fa2
3 changed files with 83 additions and 3 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="4756000" /> <workItem from="1679776338023" duration="5167000" />
</task> </task>
<servers /> <servers />
</component> </component>
+75
View File
@@ -51,8 +51,83 @@
</div> </div>
</menu> </menu>
<div>
<h1>We create games like back in the days</h1> <h1>We create games like back in the days</h1>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
</div>
</body> </body>
<script src="StartPage.js"></script> <script src="StartPage.js"></script>
+6 -1
View File
@@ -25,6 +25,8 @@ li, a, button
/*title bar*/ /*title bar*/
header header
{ {
width: 100%;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
@@ -103,6 +105,8 @@ nav > button
menu menu
{ {
position: absolute;
right: 0px;
display: none; display: none;
} }
@@ -177,7 +181,7 @@ General
body body
{ {
background-image: linear-gradient(#c67746, #88b3ae); background-image: linear-gradient(#c67746, #88b3ae);
height: 100vh; height: 100%;
} }
h1 h1
@@ -188,3 +192,4 @@ h1
padding: 20px; padding: 20px;
color: #41423f; color: #41423f;
} }