Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. .button {
  2. width: 105px;
  3. height: 20px;
  4. background-image: url('tiny.gif');
  5. line-height: 20px;
  6. padding-bottom: 2px;
  7. vertical-align: middle;
  8. font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
  9. font-size: 13px;
  10. <!--font-weight: bold;
  11. -->text-transform: none;
  12. border: 1px solid transparent;
  13. }
  14.  
  15. .button:hover {
  16. background-image: url('tiny_.gif');
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement