
You?
Because you can! That and it adds a couple of fun elements to your page if that’s what you’re looking for.
Requirements:
CSS
Add this to the bottom of your CSS stylesheet. You can play around with the height, width, and font size, or change the emoji by pressing the COPY button on emojipedia for the emoji you choose and paste it directly into the code below, replacing the horse emoji.
[cc lang=”css”]
.yourClass:hover {
cursor: url(‘data:image/svg+xml;utf8,‘), auto;
}
[/cc]