Guest User

Untitled

a guest
Feb 17th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <input id="spin"> <label for="spin">
  2.  
  3. input#spin:hover + div.spin { }
  4.  
  5. input#spin {
  6. width: 0;
  7. height: 0;
  8. border: none;
  9. position: absolute;
  10. }
Add Comment
Please, Sign In to add comment