Triangle Down


SUBMITTED BY: Guest

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

FORMAT: CSS

SIZE: 166 Bytes

HITS: 1383

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

comments powered by Disqus