| 12345678910111213141516 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta http-equiv="Content-type" content="text/html; charset=utf-8">
- <title>Stacking</title>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- </head>
- <body>
- <div style="width: 50px; height: 30.5px; border: 1px dotted blue;">
- Div1
- </div>
- <div style="width: 50px; height: 30.5px; border: 1px dotted blue;">
- Div2
- </div>
- </body>
- </html>
|