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>
<workItem from="1679674448294" duration="3278000" />
<workItem from="1679754546660" duration="3762000" />
<workItem from="1679776338023" duration="4756000" />
<workItem from="1679776338023" duration="5167000" />
</task>
<servers />
</component>
+75
View File
@@ -51,8 +51,83 @@
</div>
</menu>
<div>
<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>
<script src="StartPage.js"></script>
+6 -1
View File
@@ -25,6 +25,8 @@ li, a, button
/*title bar*/
header
{
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
@@ -103,6 +105,8 @@ nav > button
menu
{
position: absolute;
right: 0px;
display: none;
}
@@ -177,7 +181,7 @@ General
body
{
background-image: linear-gradient(#c67746, #88b3ae);
height: 100vh;
height: 100%;
}
h1
@@ -188,3 +192,4 @@ h1
padding: 20px;
color: #41423f;
}