document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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 #66bb92;
  7. }
');