зеркало из https://github.com/mozilla/gecko-dev.git
21 строка
777 B
HTML
21 строка
777 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body style="font-family: monospace">
|
|
<div style="display: table-cell">Row 1, Col 1</div>
|
|
<div style="display: table-cell">Row 1, Col 2</div>
|
|
<div style="display: table-cell">Row 1, Col 3</div>
|
|
<div style="display: table-row-group">
|
|
<div style="display: table-row">
|
|
<div style="display: table-cell">Row 22, Col 1</div>
|
|
<div style="display: table-cell">Row 22, Col 2</div>
|
|
<div style="display: table-cell">Row 22, Col 3</div>
|
|
</div>
|
|
<div style="display: table-row">
|
|
<div style="display: table-cell">Row 333, Col 1</div>
|
|
<div style="display: table-cell">Row 333, Col 2</div>
|
|
<div style="display: table-cell">Row 333, Col 3</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|