Circle


SUBMITTED BY: Guest

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

FORMAT: CSS

SIZE: 230 Bytes

HITS: 1270

  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. }
  9. /* Cleaner, but slightly less support: use "50%" as value */

comments powered by Disqus