Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Merge pull request #48 from arielelkaslasi/main
Browse files Browse the repository at this point in the history
window button v2
  • Loading branch information
arielldev authored Mar 17, 2024
2 parents 0676567 + 9d39723 commit be07f2b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/pages/main_page/main_page.css
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,10 @@ color: white;
display: inline-block;
padding: 5px;
margin-top: 2.5svh;
transition: transform 0.5s ease-in-out;
}

.right {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}

Expand Down Expand Up @@ -301,6 +301,8 @@ color: white;
}


.test5:hover + .arrow {
display: block;
}
.test5:hover .arrow {
transform: rotate(315deg);
transition: transform 0.7s ease-in-out; /* Add transition for smooth rotation */
}

0 comments on commit be07f2b

Please sign in to comment.