UNPKG

libdom

Version:

Lean Browser Library for typical DOM operations

23 lines (18 loc) 1.06 kB
<!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: 1000px; height: 400px; margin: 50px"> <div id="buang" style="position: absolute; top: 200px; left: 200px; width: 60px; height: 50px; border: 1px solid #000">1 Test Test Test Test Test!</div> <div style="position: static; top: 150px; left: 34px; border: 22px solid blue; padding: 4px; width: 50px; height: 50px"> <div style="position: static; border: 100px solid yellow"> <div id="buang1" style="position: relative; top: 400px; left: 400px; width: 60px; height: 50px; border: 1px solid #000">Again... Test Test Test Test Test!</div> </div> </div> <script src="assets/demo.js" type="text/javascript" charset="utf-8"></script> </body> </html>