Triangle Bottom Left


SUBMITTED BY: Guest

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

FORMAT: CSS

SIZE: 135 Bytes

HITS: 1300

  1. #triangle-bottomleft {
  2. width: 0;
  3. height: 0;
  4. border-bottom: 100px solid red;
  5. border-right: 100px solid transparent;
  6. }

comments powered by Disqus