UNPKG

libcore

Version:

Kicks-start helpers for cross-browser libraries and different versions of nodejs

20 lines (16 loc) 938 B
<!DOCTYPE html> <html style="height: 1000px; font-size: 10pt"> <head> <title>Resizer</title> <!--<link rel="stylesheet" href="assets/styles.css" type="text/css" media="screen" charset="utf-8" />--> </head> <body style="border: 20px solid #000; width: 2000px; height: 1000px; margin: 50px"> <div id="buang" style="position: absolute; top: 200px; left: 200px; width: 60px; height: 50px; border: 1px solid #000">Test Test Test Test Test!</div> <div style="position: fixed; top: 150px; left: 34px; border: 22px solid blue; padding: 4px; width: 50px; height: 50px"> <div id="buang1" style="position: absolute; top: 400px; left: 400px; width: 60px; height: 50px; border: 1px solid #000">Again... Test Test Test Test Test!</div> </div> <script src="demo.js" type="text/javascript" charset="utf-8"></script> </body> </html>