Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Squirrel authored Oct 22, 2024
1 parent be2f2e0 commit 43a52f4
Showing 1 changed file with 3 additions and 37 deletions.
40 changes: 3 additions & 37 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ h2 {

button {
margin-top: 12px;
padding: 15px 25px;
padding: 10px 20px;
font-size: 18px;
cursor: pointer;
background-color: rgb(172, 147, 5);
Expand All @@ -101,7 +101,6 @@ button:hover {
}
#info-button {
margin-top: 12px;
padding: 15px 25px;
font-size: 18px;
cursor: pointer;
background-color: rgb(172, 147, 5);
Expand All @@ -119,7 +118,6 @@ margin-top: 12px;
}
#gallery-button {
margin-top: 12px;
padding: 15px 25px;
font-size: 18px;
cursor: pointer;
background-color: rgb(172, 147, 5);
Expand All @@ -137,7 +135,6 @@ margin-top: 12px;
}
#music-button {
margin-top: 12px;
padding: 15px 25px;
font-size: 18px;
cursor: pointer;
background-color: rgb(172, 147, 5);
Expand All @@ -155,7 +152,6 @@ margin-top: 12px;
}
#team-button {
margin-top: 12px;
padding: 15px 25px;
font-size: 18px;
cursor: pointer;
background-color: rgb(172, 147, 5);
Expand All @@ -173,7 +169,6 @@ margin-top: 12px;
}
#activities-button {
margin-top: 12px;
padding: 15px 25px;
font-size: 18px;
cursor: pointer;
background-color: rgb(172, 147, 5);
Expand Down Expand Up @@ -280,23 +275,7 @@ transition-timing-function: ease-in-out;
a {
text-decoration: none;
}
#language-selector {
position: fixed;
margin-top: -560px;
right: 4px;
padding: 7px 1px;
background-color: rgb(1, 170, 128);
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 13px;
z-index: 1001;
transition: .4s;
transition-timing-function: ease-in-out;
}
#language-selector:hover {
transform: scale(1.1);
}

#pikidiary-button img {
width: 70px;
height: 40px;
Expand Down Expand Up @@ -376,19 +355,6 @@ height: 40px;
#freakyblog-logo:hover {
transform: scale(1.1);
}
#language-selector {
margin-top: 580px;
right: 110px;
padding: 7px 1px;
background-color: rgb(1, 170, 128);
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 13px;
z-index: 1001;
}
}

#music-credits {
margin-left: 80px;
}
Expand All @@ -401,4 +367,4 @@ z-index: 1001;

#a-music-credits:hover {
color: orange;
}
}

0 comments on commit 43a52f4

Please sign in to comment.