Add new Legends Arceus Pokémons
Also fix overflow in pages + about page little revamp
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user