TestFlow_Absolute_ContainerFlowroot_RightBottomBlock.html 561 B

1234567891011121314151617181920212223
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  5. <title>Project1</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <style>
  8. body {
  9. margin: 0px;
  10. font-size: 20px;
  11. }
  12. </style
  13. </head>
  14. <body>
  15. Label1
  16. <div id="Div1" style="position: relative; width: 100px; height: 120px; border: 1px solid red;">
  17. <div id="Div2" style="position: absolute; right: 10px; bottom: 15px; border: 1px solid blue;">
  18. Div2
  19. </div>
  20. </div>
  21. Label2
  22. </div></body>
  23. </html>