blob: 1d2ba67d895ab0025bd73c673f65181d7f293ba6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE html>
<head>
</head>
<body>
<div style="display: table" id="x">
<div style="display: table-row">
<div style="display: table-cell">1 - 1</div>
<div style="display: table-cell">1 - 2</div>
</div>
<div style="display: table-row">
<div style="display: table-cell">2 - 1</div>
<div style="display: table-cell">2 - 2</div>
</div>
</div>
<div style="border: 2px solid green">This is a test</div>
<span style="border: 2px solid green">before<div>This is a test</div>after</span>
</body>
|