Skip to content

Commit

Permalink
smit-practical
Browse files Browse the repository at this point in the history
  • Loading branch information
AsheelAhmedSiddiqui committed Feb 17, 2024
1 parent a57a27d commit 263b8dc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ nav ul li a:hover {
color: #6059f6;
}

body button {
transition: all 0.5s;
cursor: pointer;
}

body button:hover {
background-color: #201aa3;
}

/* Header Section design */
header {
padding: 2rem 0;
Expand Down

0 comments on commit 263b8dc

Please sign in to comment.