Skip to content

Commit

Permalink
BeehiveCommunity#40 adding hovering effect
Browse files Browse the repository at this point in the history
  • Loading branch information
anubhab1001 authored Oct 4, 2024
1 parent 613202f commit ce2cd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ul li {
width: 350px;
}

ul li: hover{
ul li:hover{
tranform: scale(1.1);
}

Expand Down

0 comments on commit ce2cd67

Please sign in to comment.