Skip to content

Commit

Permalink
Merge pull request #13 from PassionOverPain/main
Browse files Browse the repository at this point in the history
Added transition
  • Loading branch information
PassionOverPain authored Aug 29, 2024
2 parents 6972cd5 + 2a2dd99 commit a1b1ad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ html /* Very useful simple line of code down below ✔*/ {
justify-content: center;
align-items: center;
z-index: 100000; /*This is what I was looking for ;)*/
transition: all 0.5s;
}
.menu li {
position: absolute;
Expand Down

0 comments on commit a1b1ad6

Please sign in to comment.