mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
29 lines
829 B
HTML
29 lines
829 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div style="width: 400px; padding: 0 200px;
|
|
-moz-column-gap: 200px; -moz-column-width: 100px">
|
|
This is text 1.
|
|
This is text 2.
|
|
This is text 3.
|
|
This is text 4.
|
|
</div>
|
|
<div style="width: 400px; border-width: 0 100px; border-style: solid;
|
|
border-color: transparent; -moz-column-gap: 200px;
|
|
-moz-column-width: 100px">
|
|
This is text 1.
|
|
This is text 2.
|
|
This is text 3.
|
|
This is text 4.
|
|
</div>
|
|
<div style="width: 400px; border-width: 0 100px; border-style: solid;
|
|
border-color: transparent; -moz-column-gap: 40px;
|
|
-moz-column-width: 100px">
|
|
This is text 1.
|
|
This is text 2.
|
|
This is text 3.
|
|
This is text 4.
|
|
</div>
|
|
</body>
|
|
</html>
|