Added new Settings tab + centered the animal chossing

This commit is contained in:
2024-09-25 08:59:57 +02:00
parent 7e60ee0145
commit 645d763015
4 changed files with 24 additions and 9 deletions

View File

@@ -13,10 +13,10 @@
<h1>Welcome to PetPet!</h1>
<h2>Please choose an Animal:</h2>
<div>
<img src="./img/tiger/baby.png" style="--clr: #ff4500a9" onclick="option(0)" title="tiger" alt="tiger" class="animalChoose">
<img src="./img/shiba/baby.png" style="--clr: " onclick="option(1)" title="shiba" alt="shiba" class="animalChoose">
<img src="./img/tiger/chose.png" style="--clr: #ff4500a9" onclick="option(0)" title="tiger" alt="tiger" class="animalChoose">
<img src="./img/shiba/chose.png" style="--clr: #f08d40a9" onclick="option(1)" title="shiba" alt="shiba" class="animalChoose">
</div>
<p>Made by <a href="https://www.mreidam.com">MrEidam</a> & <a>Tufsie</a></p>
<p>Made by <a target="_blank" href="https://www.mreidam.com">MrEidam</a> & <a target="_blank" href="">Tufsie</a></p>
</dialog>
<div id="blurs"></div>
<article class="cash">
@@ -47,7 +47,7 @@
<button class="actBTN" onclick="healBoy()">Heal</button>
</article>
</div>
<div class="games">
<div class="moverSpace">
<img class="gamesPromo" src="./img/promorighth.png" alt="Promo for Games">
<div class="gamesText">
<h2>Games</h2>
@@ -55,6 +55,12 @@
</div>
<img class="gamesPromo" src="./img/promoleflt.png" alt="Promo for Games">
</div>
<div class="moverSpace">
<div class="settingsText">
<h2>Settings</h2>
<a href="./">Let's change some settings!</a>
</div>
</div>
</main>
<script src="main.js"></script>
</body>