Skip to content

Commit

Permalink
Nothing :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Valer100 committed Aug 5, 2024
1 parent b0b0dc3 commit aadb659
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
</div>

<font class="easter-egg">🟩🟩<br>🟩🟩
<a href="#dj">
<a href="#dino-game">
<span class="iconify dino" data-icon="mdi-google-downasaur" data-width="200" data-height="200"></span>
</a>
</font>

<a id="dj" align="center" href="#">
<iframe width="560" height="315" src="https://www.youtube.com/embed/uHgt8giw1LY?autoplay=1&controls=0&mute=1&loop=1"></iframe>
<a id="dino-game" align="center" href="#", style="text-decoration: none;">
<iframe src=""></iframe>
</a>
</div>
</body>
Expand Down
9 changes: 5 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -329,14 +329,14 @@ a.btn-titlebar {
transition: all 0.5s;
}

#dj {
#dino-game {
visibility: hidden;
display: flex;
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-color: #FFFFFF50;
background-color: #00000070;
opacity: 0;
align-items: center;
justify-content: center;
Expand All @@ -345,13 +345,14 @@ a.btn-titlebar {
z-index: 1;
}

#dj iframe {
#dino-game iframe {
border-radius: 20px;
background: #0b201d;
width: 480px;
height: 360px;
}

#dj:target {
#dino-game:target {
visibility: visible;
opacity: 1;
transition: all 0.5s;
Expand Down

0 comments on commit aadb659

Please sign in to comment.