OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <p>Below there should be a blue <em>square</em>, to the right of the word 'text' .</p> | |
3 <div style="-webkit-columns:3; -webkit-column-gap:0; column-fill:auto; width:300 px; height:200px;"> | |
4 text | |
5 <div style="-webkit-column-break-before:always; height:400px; background:blu e;"></div> | |
6 </div> | |
OLD | NEW |