Advertisement
tanaxmercedes

How-To: Custom Cursors

Jun 30th, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. How-To: Custom Cursors
  2.  
  3. Inside 'body{}' insert:
  4.  
  5. cursor: url(CURSOR-IMAGE-URL), auto;
  6.  
  7. If you want a different cursor when you hover over a link, insert that code in 'a:hover{}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement