Advertisement
Guest User

Untitled

a guest
Sep 12th, 2012
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.46 KB | None | 0 0
  1.     /* -------------------------------------------------------- */
  2.     /*  Circle */
  3.     /* -------------------------------------------------------- */
  4.  
  5.     .circle {
  6.         font-weight: bold;
  7.         display: inline-block;
  8.         width: 52px;
  9.         line-height:50px;
  10.         color: #fff;
  11.         font-size:28px;
  12.         margin-top: 10px;
  13.         background:#f30;
  14.         text-align: center;
  15.         margin-bottom:20px;
  16.         margin-right:10px;
  17.         -webkit-border-radius: 50%;
  18.         -moz-border-radius: 50%;
  19.         border-radius: 50%;
  20.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement