Circle


SUBMITTED BY: Guest

DATE: March 5, 2013, 8:10 a.m.

FORMAT: CSS

SIZE: 160 Bytes

HITS: 1235

  1. #circle {
  2. width: 100px;
  3. height: 100px;
  4. background: red;
  5. -moz-border-radius: 50px;
  6. -webkit-border-radius: 50px;
  7. border-radius: 50px;
  8. }

comments powered by Disqus