This commit is contained in:
brausjonas
2023-03-26 03:46:36 +02:00
parent 1727e5356c
commit 6f904c5b95
6 changed files with 244 additions and 10 deletions
+29 -7
View File
@@ -16,9 +16,9 @@
<nav>
<!-- Desktop-->
<ul>
<li class="highlighted">Home</li>
<li>Games</li>
<li>Quicklinks</li>
<li><a class="highlighted" href="index.html">Home</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="quicklinks.html">Quicklinks</a></li>
<li>About</li>
</ul>
@@ -35,11 +35,11 @@
<menu id="mobileMenuBar">
<div>
<ul>
<li class="highlighted">Home</li>
<li class="highlighted" ><a href="index.html">Home</a></li>
<li>Games</li>
<li><a href="games.html">Games</a></li>
<li>Quicklinks</li>
<li><a href="quicklinks.html">Quicklinks</a></li>
<li>About</li>
</ul>
@@ -49,10 +49,32 @@
<!--Menu Ends here-->
<div class="contentArea">
<h1 id="mainHeader">We create games like back in the days</h1>
<h1 style="color: #F7A4A4">We create games like back in the days</h1>
<h2>Have a look at our games and contents!</h2>
<div id="mainPageGames">
<div class="color3">
<h2>FlufflParty</h2>
<p>
FlufflParty is the new partygame for mobile and pc.
Play free and online with your friends. NO ADS.
</p>
<button class="color1">Visit now</button>
</div>
<div class="color1">
<h2>Characters</h2>
<p>
In FlufflParty there are witing many maps and cute characters for you!
</p>
<button class="color2">Review</button>
</div>
<div class="color2">
<h2>Coming Soon</h2>
</div>
</div>
</div>