refactor 2

This commit is contained in:
emily 2024-01-23 19:16:32 +01:00
parent ea082c7fd8
commit 40cdafb312
Signed by: emily
GPG key ID: F6F4C66207FCF995
2 changed files with 2 additions and 12 deletions

View file

@ -79,14 +79,6 @@ body{
text-decoration: none;
font-size: 1.39vmin;
font-weight: bold;
}
.container {
text-align: left;
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
& pre {
display: inline-block;
& a {

View file

@ -21,8 +21,7 @@
</div>
</div>
<div class="content" id="as" style="display: none">
<div class="container">
<pre>
<pre>
________ ________ _______ ________ ________ ________ _____ ________
|\ __ \ |\ ____\ / ___ \ |\ __ \ |\_____ \ |\ __ \ / __ \ |\ ___ \
\ \ \|\ \ \ \ \___|_ /__/|_/ /| \ \ \|\ \ \|____|\ /_ \ \ \|\ \ |\/_|\ \ \ \____ \
@ -64,8 +63,7 @@
| | |
+-------------------------------------------------------------------------+---------------------------------------+
<a id="nav-home">&lt;- Back</a>
</pre>
</div>
</pre>
</div>
<div class="hint" id="hint">HIT ME FOR SOUND</div>
<script src="assets/js/app.js"></script>