Skip to content

Commit

Permalink
Merge pull request #375 from jerrylovescheese/jerrysbranch
Browse files Browse the repository at this point in the history
Updated Nov 22 2024
  • Loading branch information
jerrylovescheese authored Nov 23, 2024
2 parents 5fb3db0 + 95cc35f commit 5ddad1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,11 @@
</div>

<div id="namecard">
<div class="n-marquee" id="n-marquee-1">
<div class="n-marquee" id="n-marquee-1" tabindex="1">
<i class="fa-solid fa-person-digging"></i>&emsp;
<span><b>Website owner is gonna be away for a while.</b><br>Some elements may be outdated.</span>
</div>
<div class="n-marquee" id="n-marquee-2">
<div class="n-marquee" id="n-marquee-2" tabindex="1">
<i class="fa-solid fa-wand-sparkles"></i>&emsp;
<span>
<b>Just renewed for another year!</b><br>I just renewed the domain name jerryly.top for one more year.
Expand Down
8 changes: 6 additions & 2 deletions static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@
margin-left: 10px;
}

.n-marquee:hover {
.n-marquee:focus-within {
width: fit-content;
padding-left: 15px;
padding-right: 15px;
Expand All @@ -1035,7 +1035,7 @@
margin-bottom: 18px;
}

.n-marquee:hover i {
.n-marquee:focus-within i {
margin-left: unset;
margin-top: unset;
margin-bottom: unset;
Expand Down Expand Up @@ -1160,4 +1160,8 @@
background-image: url(../img/Nov\ 20\ 2024\ 2.webp);
background-size: cover;
background-repeat: no-repeat;
}

#canvas-10 > div{
color: white !important;
}

0 comments on commit 5ddad1e

Please sign in to comment.