Skip to content

Commit

Permalink
Merge pull request #975 from HimanshuNarware/hvr-ef
Browse files Browse the repository at this point in the history
Added hover and clicked effect on the A and B button
  • Loading branch information
panwar8279 authored Aug 7, 2023
2 parents 94e1098 + 47a9363 commit 5843106
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Homepage/Homepage/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@
box-shadow: none;
position: relative;
top: .2em;
color: rgba(57, 248, 255, 0.842);
text-shadow: none;

}
.video-game-button:hover{
/* /* transition: .2s; */
transform:scale(1.1);
text-shadow: 0 0 5px black;


}

.backicon{
Expand Down

0 comments on commit 5843106

Please sign in to comment.