Sha256: 827a59c677cecb20921173df56686c446df7b9d18ebae5184b2d9c3011e5d71a
Contents?: true
Size: 723 Bytes
Versions: 39
Compression:
Stored size: 723 Bytes
Contents
<html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"/> <title>Offset</title> <style> body { margin: 0px; } #wrapper { width: 300px; height: 300px; margin: 0px; } #clicker { position: relative; width: 100px; height: 100px; top: 100px; left: 100px; background-color: red; margin: 0px; } </style> <script src="/jquery.js" type="text/javascript" charset="utf-8"></script> <script src="/offset.js" type="text/javascript" charset="utf-8"></script> </head> <body> <div id="wrapper"> <div id="clicker"></div> </div> </body> </html>
Version data entries
39 entries across 27 versions & 3 rubygems