Mobile scaling

This commit is contained in:
Ebsku
2022-12-13 18:39:21 +02:00
parent e30705d1d3
commit 51478d74c7
10 changed files with 182 additions and 44 deletions

View File

@@ -7,11 +7,17 @@
<body>
<header>
<nav>
<ul>
<ul class="desktop">
<li><a href="index.html">Home</a></li>
<li><a href="games.html">Games</a></li>
<li class="logo"><a href="index.html"></a></li>
<li>Links</li>
<li><a href="links.html">Links</a></li>
<li><a href="about.html">About</a></li>
</ul>
<ul class="mobile">
<li><a href="index.html">Home</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="links.html">Links</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
@@ -21,15 +27,47 @@
</h1>
<section class="description">
<h1>Made by</h1>
<figure class="features">
<img src="Images/Duck.png" alt="Profile picture of Ebsku">
<figcaption>Ebsku</figcaption>
</figure>
</section>
<iframe
class="discord"
src="https://discord.com/widget?id=1003699887239610480&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts">
</iframe>
<div class="list">
<figure class="features">
<img src="https://crafatar.com/avatars/e670d4ab-a396-4c0d-bd6d-0fb8742e0a83" alt="Minecraft head of Ebsku">
<figcaption>Ebsku</figcaption>
</figure>
<figure class="features">
<img src="https://crafatar.com/avatars/e39e3289-dbd4-420c-8197-5b5141c4837f" alt="Minecraft head of Jorvents">
<figcaption>Jorvents</figcaption>
</figure>
<figure class="features">
<img src="https://crafatar.com/avatars/f000e1fc-72d0-48fb-b583-bb6bfaa20c31" alt="Minecraft head of yesyes">
<figcaption>yesyes</figcaption>
</figure>
<figure class="features">
<img src="https://crafatar.com/avatars/95bd1dbc-360e-46ed-ae1a-53f6440271d1" alt="Minecraft head of RobinOfGaming">
<figcaption>RobinOfGaming</figcaption>
</figure>
<figure class="features">
<img src="https://crafatar.com/avatars/ef158c9d-2bd0-4890-8c3a-985c2c27906f" alt="Minecraft head of GhdEst">
<figcaption>GhdEst</figcaption>
</figure>
</div>
<div class="list">
<figure class="features">
<img src="https://crafatar.com/avatars/b9decfb0-a3d2-45a1-ab64-5dc2e46481b1" alt="Minecraft head of zani">
<figcaption>zani</figcaption>
</figure>
<figure class="features">
<img src="https://crafatar.com/avatars/1b2a3b7c-31a8-4b45-8908-c6d63cc27b64" alt="Minecraft head of coradoune">
<figcaption>coradoune</figcaption>
</figure>
<figure class="features">
<img src="https://crafatar.com/avatars/fc3b8cc7-ab15-4690-a497-d1c900debfb0" alt="Minecraft head of Raspberry">
<figcaption>Raspberry</figcaption>
</figure>
<figure class="features">
<img src="https://crafatar.com/avatars/9956d7bf-8aa7-4cad-bc8d-40c77f84be63" alt="Minecraft head of OkuBlock">
<figcaption>OkuBlock</figcaption>
</figure>
</div>
</section>
<footer>
<a href="https://discord.gg/UwcQBWF6vF" target="_blank" rel="noopener noreferrer">Discord</a>
</footer>