added a "play" section to the navbar

This commit is contained in:
Ell 2022-06-15 16:24:53 +02:00
parent db52280227
commit 4251c1f73b
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
<a class="nav-item nav-link" href="#top">🎮 Play</a>
<a class="nav-item nav-link" href="#about">🏡 About</a>
<a class="nav-item nav-link" href="#social">🔗 Social</a>
<a class="nav-item nav-link" href="#devlogs">📝 Devlogs</a>

View file

@ -1,4 +1,4 @@
<div class="top d-flex justify-content-center align-items-center vh-100">
<div id="top" class="top d-flex justify-content-center align-items-center vh-100">
<div class="top-content">
<image src="media/logo.png" width="100%" height="auto" alt="Tiny Life"></image>
<h4>A fun simulation game where you mess with people's lives</h4>