Skip to content

Instantly share code, notes, and snippets.

@cossssmin
Created January 23, 2018 19:22
Show Gist options
  • Save cossssmin/eee52e70121b66d778d1be36b4564cec to your computer and use it in GitHub Desktop.
Save cossssmin/eee52e70121b66d778d1be36b4564cec to your computer and use it in GitHub Desktop.
Emoji Cursor in Browser
html {
cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="36" style="font-size:28px"><text y="32">💩</text></svg>'), auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment