Individual Rounded Corners


SUBMITTED BY: Guest

DATE: May 24, 2013, 8:38 a.m.

FORMAT: CSS

SIZE: 632 Bytes

HITS: 897

  1. #container {
  2. -webkit-border-radius: 4px 3px 6px 10px;
  3. -moz-border-radius: 4px 3px 6px 10px;
  4. -o-border-radius: 4px 3px 6px 10px;
  5. border-radius: 4px 3px 6px 10px;
  6. }
  7. #container {
  8. -webkit-border-top-left-radius: 4px;
  9. -webkit-border-top-rightright-radius: 3px;
  10. -webkit-border-bottom-rightright-radius: 6px;
  11. -webkit-border-bottom-left-radius: 10px;
  12. -moz-border-radius-topleft: 4px;
  13. -moz-border-radius-topright: 3px;
  14. -moz-border-radius-bottomright: 6px;
  15. -moz-border-radius-bottomleft: 10px;
  16. }

comments powered by Disqus