Guest User

Untitled

a guest
Jan 6th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. #sign_in
  2. {
  3.   display: block;
  4.   width: 145px;
  5.   height: 50px;
  6.   background: url("sign_in.png") no-repeat 0 0;
  7.  
  8. }
  9.  
  10. #sign_in:hover
  11. {
  12.   background: url("sign_up.png") no-repeat 0 0;
  13. }
  14.  
  15. #sign_in span
  16. {
  17.   position: absolute;
  18.   top: -999em;
  19. }
Add Comment
Please, Sign In to add comment