Triangle Left


SUBMITTED BY: Guest

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

FORMAT: CSS

SIZE: 168 Bytes

HITS: 1276

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

comments powered by Disqus