blob: 4ae0aca8e68bcf50b86c4e6ef67e963492e2a2b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html>
<body>
<div style="display: table-row">
<div style="display: table-row">
<div style="display: table-cell">Long long cell</div>
<div style="display: table-cell">cell</div>
</div>
<span style="display: table"></span>
<div style="display: table-row">
<div style="display: table-cell">cell</div>
<div style="display: table-cell">cell</div>
</div>
</div>
</body>
</html>
|