Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Last active April 14, 2019 06:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeaVerou/6409b146d39625a9df702b2959aa7800 to your computer and use it in GitHub Desktop.
Save LeaVerou/6409b146d39625a9df702b2959aa7800 to your computer and use it in GitHub Desktop.
SVG cursors experiments
/**
* SVG cursors experiments
*/
html {
height: 100vh;
cursor: busy;
cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="100" width="100" viewBox="0 0 100 100">\
<style>@keyframes dance{to { transform: rotate(-10deg);}</style>\
<text y="1em" style="font-size: 90px; animation: dance .5s infinite alternate">🦄</text></svg>'), not-allowed;
}
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment