document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #trapezoid {
  2.     border-bottom: 100px solid #66bb92;
  3.     border-left: 50px solid transparent;
  4.     border-right: 50px solid transparent;
  5.     height: 0;
  6.     width: 100px;
  7. }
');