TestFlow_Pixel.html 414 B

12345678910111213141516
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  5. <title>Stacking</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. </head>
  8. <body>
  9. <div style="width: 50px; height: 30.5px; border: 1px dotted blue;">
  10. Div1
  11. </div>
  12. <div style="width: 50px; height: 30.5px; border: 1px dotted blue;">
  13. Div2
  14. </div>
  15. </body>
  16. </html>