Skip to content

Commit

Permalink
Merge pull request #223 from chaanakyaaM/newbranch
Browse files Browse the repository at this point in the history
footer color changed
  • Loading branch information
Gyanthakur authored Oct 9, 2024
2 parents b865c47 + 74761bf commit 309c762
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ header {
}

footer {
color: black;
padding: 20px;
margin-bottom: 5px;
}
Expand Down Expand Up @@ -436,7 +437,7 @@ footer {

.social-icon__link {
font-size: 2rem;
color: #fff;
color: black;
margin: 0 10px;
display: inline-block;
transition: 0.5s;
Expand All @@ -448,7 +449,7 @@ footer {

.menu__link {
font-size: 1.2rem;
color: #fff;
color: black;
margin: 0 10px;
display: inline-block;
padding: 8px 15px; /* Adds padding to make room for the box effect */
Expand All @@ -461,7 +462,7 @@ footer {

/* Add hover effect to menu links */
.menu__link:hover {
background-color: #fff; /* Adds the translucent box effect */
background-color: black; /* Adds the translucent box effect */
color: #e35205; /* Keeps text color orange */
opacity: 1; /* Fully opaque on hover */
transform: translateY(-3px); /* Slight upward movement */
Expand Down

0 comments on commit 309c762

Please sign in to comment.