CodeXzombie

CSS do botao

Aug 9th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. a{
  2.     display: inline-block;
  3.     font-family: 'Open sans', sans-serif;
  4.     background-color: #754EF9;
  5.     border: none;
  6.     border-radius: 25px;
  7.     color:#FFF;
  8.     padding: 15px 30px;
  9.     height: 50px;
  10.     font-size: 15px;
  11.     text-transform: uppercase;
  12.     text-decoration: none;
  13.     text-align: center;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment