UNPKG

ratchet

Version:

CSS3 Transform Parsers and Generator

17 lines (16 loc) 213 B
<html> <body> <style type="text/css"> body { overflow: hidden; } #box { width: 50px; height: 50px; background: red; } </style> <div id="box"></div> <script src="simple-bundle.js"></script> </body> </html>