ujiajah1

style.css

Aug 20th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.26 KB | None | 0 0
  1. .coin {
  2.     height: 50px;
  3.     width: 50px;
  4.     border-radius: 25px;
  5.     background-color: grey;
  6.     text-align: center;
  7.     font-weight: bold;
  8.     font-family: sans-serif;
  9.     color: white;
  10.     margin: 10px;
  11.     display: inline-block;
  12.     line-height: 50px;
  13.     font-size: 20px;
  14. }
Add Comment
Please, Sign In to add comment