Add new Legends Arceus Pokémons

Also fix overflow in pages + about page little revamp
This commit is contained in:
2022-02-23 13:58:51 +01:00
parent 66bbd589fe
commit 08e3791523
8 changed files with 112 additions and 86 deletions

View File

@ -27,7 +27,7 @@
<article>
<div id="container">
<div id="game">
<img src="pokemon/877-0.png" alt="morpeko" class="companion" />
<img src="pokemon/R549.png" alt="lilligant" class="companion" />
<h1>Flashdex</h1>
@ -47,8 +47,8 @@
<input type="checkbox" name="8g" id="8g"><label for="8g"><strong><span class="SWSH1">8</span><span class="SWSH2">G</span></strong></label>
<br />
<span class="alternate_forms">Alternate forms</span>
<input type="checkbox" name="mega" id="mega"><label for="mega"><strong>Mega-Evolution</strong></label>
<input type="checkbox" name="regional" id="regional"><label for="regional"><strong>Regional</strong></label>
<input type="checkbox" name="mega" id="mega"><label for="mega"><strong>Mega-Evolution</strong></label>
<input type="checkbox" name="gigantamax" id="gigantamax"><label for="gigantamax"><strong>Gigantamax</strong></label>
</p>
@ -79,7 +79,7 @@
</article>
</div>
<footer>
<p>© 2012 - 2020 Pokétest 2.6 (r57)</p>
<p>© 2012 - 2022 Pokétest 2.6</p>
</footer>
</body>
</html>