My goal is to change the cursor for all the <a>
tags, but when I check the website, the property doesn't seem to be taking effect.
CSS
a {
color: #333333;
/* color: #787878; */
text-decoration: none;
cursor: pointer
}
Website Preview
a {
color: #333333;
/* color: #787878; */
text-decoration: none;
}
If you want to take a look at the website, visit: backlabel.com