OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <style> | |
3 span { float:left; width:1em; } | |
4 </style> | |
5 <p>A line that doesn't fit in the current column (that has preceding content) sh ould be moved to the next column, even if the line is taller than the multicol c ontainer.</p> | |
6 <p>Below the word "PASS" should be seen, with large letter spacing.</p> | |
7 <span>P</span><span>A</span> | |
8 <span>S</span><span>S</span> | |
OLD | NEW |