Advertisement
Hisabeel

How to install a cursor?

Oct 2nd, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.85 KB | None | 0 0
  1. Hoje vou ensinar a colocar um cursor no seu tumblr, fica super fofo e diferente! É só copiar o código abaixo, e colá-lo antes de </style>:
  2.     body, a, a:hover {cursor: url('CURSOR'), default!important;}
  3.  
  4. Onde diz cursor, obviamente você vai colocar o link do cursor que deseja. Você pode ver alguns de cursores aqui (http://www.snazzyspace.com/cursors/1).
  5.  
  6.  
  7. x ----------------------------------------------------------------------------------------------------------------------------------- x
  8.  
  9.  
  10. Today I will teach you to put a cursor on your tumblr, it gets super cute and different! Just copy the code below, and paste it before </ style>:
  11.     body, a, a:hover {cursor: url('CURSOR'), default!important;}
  12.  
  13.  
  14. Where it says cursor, obviously you will put the cursor link you want. You can see some of cursors here (http://www.snazzyspace.com/cursors/1).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement