Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
vo6i authored Apr 9, 2024
1 parent a1ab8ea commit 002872d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,15 @@ h1 {
left: 0;
width: 100%;
height: 100%;
background-color: #764abc;
background-color: black;
transition: all 1s;
z-index: -1;
transform: translateX(-100%);
}

.btn:hover::before {
transform: translateX(0);
background-color: #764abc;
}

.btn:hover {
Expand Down

0 comments on commit 002872d

Please sign in to comment.