OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <p>There should be two lines of text below (not horizontally aligned):</p> | |
3 <div style="-webkit-columns:3; -webkit-column-gap:0; width:15em; orphans:1; wido ws:1;"> | |
4 <br>line1 | |
5 <div style="-webkit-column-span:all;"></div> | |
6 line2 | |
7 </div> | |
OLD | NEW |