Triangle Top Right


SUBMITTED BY: Guest

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

FORMAT: CSS

SIZE: 133 Bytes

HITS: 1132

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

comments powered by Disqus