Guest User

Untitled

a guest
Jun 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. .button {
  2. font: bold 11px Arial;
  3. text-decoration: none;
  4. background-color: #EEEEEE;
  5. color: #333333;
  6. padding: 2px 6px 2px 6px;
  7. border-top: 1px solid #CCCCCC;
  8. border-right: 1px solid #333333;
  9. border-bottom: 1px solid #333333;
  10. border-left: 1px solid #CCCCCC;
  11. }
  12.  
  13. <a href="somepage.html"><button>Text of Some Page</button></a>
  14.  
  15. a {
  16. display: block;
  17. height: 20px;
  18. width: auto;
  19. border: 1px solid #000;
  20. }
Add Comment
Please, Sign In to add comment