Advertisement
phpface

Untitled

Jul 17th, 2019
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.36 KB | None | 0 0
  1. #subscribe-submit button[type="submit"] {
  2.     margin-top: 15px;
  3.     background: #FF3000;
  4.     color: #fff;
  5.     padding: 14px 26px;
  6.     letter-spacing: 2px;
  7.     font-weight: bold;
  8.     font-size: 11px;
  9.     text-transform: uppercase;
  10.     border-radius: 20px;
  11.     display: inline-block;
  12.     cursor: pointer;
  13.     border: none;
  14.     font-family: "Open Sans";
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement