Triangle Up


SUBMITTED BY: Guest

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

FORMAT: CSS

SIZE: 167 Bytes

HITS: 1292

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

comments powered by Disqus