Skip to content

Commit

Permalink
Merge pull request #1 from YoshithaRathnayake/patch-1
Browse files Browse the repository at this point in the history
Add the pointing cursor for the links
  • Loading branch information
AlizayAyesha authored Jun 8, 2024
2 parents 25c7613 + 10de11f commit 8bcf394
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
box-sizing: border-box;
}

a:hover {
cursor: pointer;
}

nav {
display: flex;
justify-content: space-between;
Expand Down Expand Up @@ -56,6 +60,7 @@ button:hover {
background-color: #fff;
box-shadow: 0 4px 8px 0 #e5e1e1; /* Increase shadow depth on hover */
transform: translateY(-2px); /* Add a subtle translate effect on hover */
cursor: pointer;
}

main {
Expand Down Expand Up @@ -189,4 +194,4 @@ footer a {
background: green;
padding: 10px;
font-family: Arial, Helvetica, sans-serif;
}/*# sourceMappingURL=style.css.map */
}/*# sourceMappingURL=style.css.map */

0 comments on commit 8bcf394

Please sign in to comment.