Triangle Top Left


SUBMITTED BY: Guest

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

FORMAT: CSS

SIZE: 129 Bytes

HITS: 1134

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

comments powered by Disqus