Triangle Right


SUBMITTED BY: Guest

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

FORMAT: CSS

SIZE: 168 Bytes

HITS: 1123

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

comments powered by Disqus