243519-3.html (449B)
1 <!DOCTYPE HTML> 2 <html class="reftest-paged"> 3 <head> 4 <style> 5 html { margin:10px; border:20px solid black; padding:30px; } 6 body { margin:0; } 7 div { position:absolute; width:100px; height:100px; } 8 </style> 9 </head> 10 <body> 11 <div style="top:0; border:10px solid yellow;"></div> 12 <div style="right:0; border:10px solid orange;"></div> 13 <div style="bottom:0; border:10px solid brown;"></div> 14 <div style="left:0; border:10px solid pink;"></div> 15 </body> 16 </html>