Advertisement
Guest User

Untitled

a guest
May 6th, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.41 KB | None | 0 0
  1. .btn {
  2.   display: inline-block;
  3.   background: red;
  4.   text-decoration: none;
  5.   height: 50px;
  6. }
  7. .btn img {
  8.   height: 50px;
  9.   width: auto;
  10. }
  11. .btn img {
  12.   height: 50px;
  13.   vertical-align: middle;
  14. }
  15. .btn span {
  16.   padding: 0 25px;
  17. }
  18. .btn.btn-lg {
  19.   height: 80px;
  20. }
  21. .btn.btn-lg img {
  22.   height: 80px;
  23.   width: auto;
  24. }
  25. .btn.btn-sm {
  26.   height: 30px;
  27. }
  28. .btn.btn-sm img {
  29.   height: 30px;
  30.   width: auto;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement