Skip to content

Commit

Permalink
Footer improvement
Browse files Browse the repository at this point in the history
Signed-off-by: S I P U N <[email protected]>
  • Loading branch information
Darkstar085 committed Mar 12, 2024
1 parent 25e3917 commit c586d85
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
20 changes: 15 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,26 @@ footer {

/* ---- Saxy stuffs ---- */
body {
overflow: hidden;
height: 100vh;
color: #000000;
margin: 0;
background: #fff;
}

footer {
overflow: hidden;
text-align: center;
font-size: 0.976rem;
color: #fafafa;
}

.link {
color: whitesmoke;
text-decoration: none;
cursor: pointer;
}

.link:hover {
color: #5b07f0;
}

canvas {
display: block;
vertical-align: bottom;
Expand All @@ -30,7 +40,6 @@ canvas {
width: 100%;
height: 100%;
background-color: #000000;
background-image: url("");
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
Expand Down Expand Up @@ -121,6 +130,7 @@ canvas {

.fa-heart {
color: red;
font-size: 0.976rem;
}

.pulse {
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ <h1>I'm
<footer class="fixed-bottom">
<section class="container text-center">
<p>
Made with <i class="fas fa-heart pulse"></i> by <a
href="https://t.me/Darkstar085">Darkstar</a>.
Made with <i class="fas fa-heart pulse"></i> by <a class="link"
href="https://t.me/Darkstar085">S I P
U N</a>.
</p>
</section>
</footer>
Expand Down

0 comments on commit c586d85

Please sign in to comment.