blob: f2ade3fceb2cf4739b76a78e5cfcf8ae7e2c50b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<body style="overflow:hidden">
<div style="position: absolute;
top: 40px; left: 337px;
width: 6px;
background-color: green;
height: 100px;">
</div>
<div style="position: absolute;
top: 40px; left: 637px;
width: 6px;
background-color: green;
height: 100px;">
</div>
<div style="position: absolute;
top: 40px; left: 937px;
width: 6px;
background-color: green;
height: 100px;">
</div>
<div style="position: absolute;
top: 40px; left: 40px;
height: 100px;
-moz-column-count: 4;
-moz-column-gap: 0px;">
<div style="height:400px;
width: 300px;
font-size: 16px;">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed feugiat libero vel diam. Pellentesque pulvinar commodo lacus. Sed fringilla. Sed lectus. Praesent laoreet orci vitae nisi. Duis venenatis tristique massa.
</div>
</div>
</body>
|