Guest User

Untitled

a guest
May 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. div#logo {
  2. float: left;
  3. overflow: hidden;
  4. background: url(images/key.gif) no-repeat 0 0;
  5. width: 100px;
  6. height: 475px;
  7. margin-right: 10px;
  8. }
  9.  
  10. div#logo:hover {
  11. background-position: 0px -100px;
  12. }
Add Comment
Please, Sign In to add comment