Skip to content

Commit

Permalink
Added hover effect on pagination buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeMochi12 committed Aug 9, 2024
1 parent b58521b commit a7564dc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1503,6 +1503,16 @@ section {
font-size: medium;
}

#prev:hover{
box-shadow: 2px 2px 5px 0px #682572;
background: linear-gradient(to right, #0575E6, #00F260);
}

#next:hover{
box-shadow: 2px 2px 5px 0px #682572;
background: linear-gradient(to right, #0575E6, #00F260);
}

/* Footer Section Css */

footer {
Expand Down

0 comments on commit a7564dc

Please sign in to comment.