Advertisement
Guest User

CIRCLE

a guest
Aug 27th, 2011
11,948
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.14 KB | None | 0 0
  1. #circle {
  2.     width: 100px;
  3.     height: 100px;
  4.     background: #66bb92;
  5.     -moz-border-radius: 50px;
  6.     -webkit-border-radius: 50px;
  7.     border-radius: 50px;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement