Skip to content

Commit

Permalink
Revert " modified: css/index.css"
Browse files Browse the repository at this point in the history
This reverts commit 9e869a2.
  • Loading branch information
wish13yt committed Oct 6, 2024
1 parent 9e869a2 commit deac18d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -240,17 +240,17 @@ font-size: 15px;
font-size: 15px;
}

#socials-button {
#Social-button {
top: 10px;
left: 10px;
}

#socials-button img {
#Socials-button img {
width: 40px;
height: 40px;
}

#socials-button img:hover {
#Socials-button img:hover {
transform: scale(1.1);
transition: 0.7s;
}
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2>
<!--These are the buttons that i'm keeping on the screen. All the other buttons that used to be here are going into the activities.html.-->
<a href="https://freakybob.site/team" id="team-button"><button>See the team behind freakybob.site!</button></a>
<a href="https://freakybob.site/musicgallery" id="music-button"><button>Listen to Spongebob music!</button></a>
<a href="https://freakybob.site/activities" id="activities"><button id="activities-button">Socials, Image Gallery and more!</button></a>
<a href="https://freakybob.site/activities" id="activities"><button id="activities-button">Social, Image Gallery and more!</button></a>

<div id="sound-popup" class="popup">
<div class="popup-content">
Expand All @@ -56,8 +56,8 @@ <h2>
<audio loop id="background-music" >
<source src="https://archive.org/download/wiiumusic/03%20-%20System%20Music%20-%20First%20Time%20Setup%20%28TV%29.mp3" type="audio/mp3">
</audio>
<a href="https://freakybob.site/socials" id="socials-button">
<img src="images/Freaky_bob_socials.png" alt="socials logo">
<a href="https://freakybob.site/socials" id="Socials-button">
<img src="images/Freaky_bob_socials.png" alt="Socials logo">
</a>

<button id="mute-button" style="display:none;">Mute Music</button>
Expand Down

0 comments on commit deac18d

Please sign in to comment.