Start Menu

This commit is contained in:
brausjonas
2023-03-24 18:09:32 +01:00
parent 04ac65f322
commit 0bdaa2a1dc
3 changed files with 142 additions and 4 deletions
+18 -2
View File
@@ -10,13 +10,29 @@
<header>
<nav>
<ul class="navLinks">
<li><a href="#">Games</a></li>
<li class="dropdown">
Games
<div>
<ul>
<li><button>FlufflParty</button></li>
<li><button>Coming Soon</button></li>
</ul>
</div>
</li>
<li><a href="#">Quicklinks</a></li>
<li><a href="#">About Us</a></li>
</ul>
</nav>
<a class="cta" href="#"><button>Contact</button></a>
<a href="#">
<button>IO Game Studios</button>
</a>
</header>
<h1 class="margin-top">
We create games like back in the days
</h1>
</body>
</html>