Triangle Bottom Right


SUBMITTED BY: Guest

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

FORMAT: CSS

SIZE: 135 Bytes

HITS: 1344

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

comments powered by Disqus