Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Nomaakip authored Oct 20, 2024
1 parent 1af87b7 commit 98255c3
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@
.freakybob {
animation: pop-in .6s ease-out forwards;
text-align: center;
padding: 50px;
padding-top: 50px;
padding-bottom: none;
}

.github {
padding: 20px;
height: 2%;
width: 2%;
animation: pop-in .6s ease-out forwards;
Expand All @@ -67,12 +69,17 @@
display:block;
}

.credits {
.music {
animation: pop-in .6s ease-out forwards;
transition-duration: 1s;
transition-property: color;
transition-timing-function: ease;
padding: 25px;
}

.music {
text-align: center;
}
.credits:hover {
color: orange;
}
Expand All @@ -97,7 +104,7 @@
</div>
<footer class="freakybob">Made with love by the <a class="credits" href="https://github.com/Freakybob-Team/">Freakybob Team</a> <3</footer>
<div class="greg">
<footer>
<footer class="music">
Music by <a class="credits" href="https://pixabay.com/users/pumpupthemind-19969411/?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=241274">Ivan Ohanezov</a> from <a class="credits" href="https://pixabay.com/music//?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=241274">Pixabay</a>
</footer>
<a class="" href="https://github.com/Freakybob-Team/lb"><img class="github" src="logo-github.png"></a>
Expand Down

0 comments on commit 98255c3

Please sign in to comment.