document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #oval {
  2.     width: 200px;
  3.     height: 100px;
  4.     background: #66bb92;
  5.     -moz-border-radius: 100px / 50px;
  6.     -webkit-border-radius: 100px / 50px;
  7.     border-radius: 100px / 50px;
  8. }
');