Footer etc.

This commit is contained in:
brausjonas
2023-03-26 18:05:23 +02:00
parent d56d16c19a
commit ecc532e7f5
7 changed files with 56 additions and 15 deletions
+25 -1
View File
@@ -7,6 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="navigationStyle.css">
<link rel="stylesheet" href="mainPage.css">
<link rel="stylesheet" href="Footerstyle.css">
</head>
<body onresize="hideMobileMenuBar()">
@@ -59,7 +60,7 @@
<h1 style="color: #F7A4A4;">Short overview</h1>
<div id="mainPageGames">
<div class="mainPageCards">
<div class="color3">
<h2>We</h2>
<p>
@@ -76,8 +77,31 @@
<h2>Coming Soon</h2>
</div>
</div>
<button>Learn More</button>
<h1 style="color: #F7A4A4">Have a look at our games page</h1>
<div class="mainPageCards">
<div class="flufflPartyCard">
<h2>FlufflParty</h2>
<p>
An online multiplayer party game to have fun with your friends. Cool minigames action and more.
</p>
</div>
<div class="color3">
<h2>Coming Soon</h2>
</div>
<div class="color2">
<h2>Coming Soon</h2>
</div>
</div>
<button>Visit Games Page</button>
</div>
</body>
<footer>IOGameStudios 2023</footer>
<script src="StartPage.js"></script>
</html>