Advertisement
Guest User

Untitled

a guest
May 24th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. #tfq
  2. {
  3. margin:0 0 0 0;
  4. border:2px solid silver;
  5. border-radius:10px;
  6. width:250px;
  7. height:25px;
  8. }
  9. #botaoma
  10. {
  11. margin:0 0 0 0;
  12. border:silver;
  13. border-radius:10px;
  14. background-color:gray;
  15. padding:6px;
  16. color:white;
  17. text-decoration:none;
  18. background-image:linear-gradient(to bottom, transparent, rgba(0,0,0,.9));
  19. }
  20. #botaoma:hover
  21. {
  22. margin:0 0 0 0;
  23. background-image:linear-gradient(to top, transparent, rgba(0,0,0,.7));}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement