Guest User

Untitled

a guest
Aug 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. Change cursor color on web page?
  2. body {
  3. cursor: url(myCursor.cur);
  4. }
  5.  
  6. .foo { cursor: url(whatever/cursor.cur) auto;
Add Comment
Please, Sign In to add comment