Oval


SUBMITTED BY: Guest

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

FORMAT: CSS

SIZE: 182 Bytes

HITS: 1226

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

comments powered by Disqus