mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|