Fancy Cursors is a simple online tool that allows you easily replace boring default cursor on your website with a fancy one. If you have any other idea for a new fancy cursor, let me know→. Also, try to hover a button to see hover state👇
To add this cursor to your website copy-paste this code at the end of the <head> tag:
<style>
body {cursor: url('https://raw.githubusercontent.com/coob113/fancy-cursors/master/blurred1.png') 64 64, auto !important;}
a {cursor: url('https://raw.githubusercontent.com/coob113/fancy-cursors/master/blurred2.png') 64 64, auto !important;}
</style>