OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <p>There should be a hotpink square below.</p> | |
3 <div style="columns:2; column-fill:auto; column-gap:0; width:100px; height:90px; "> | |
4 <div style="margin-top:30px; margin-left:auto; width:20px; height:40px; back ground:hotpink;"></div> | |
5 <div style="columns:4;"> | |
6 <div style="float:left; margin-top:30px; width:20px; height:40px; break- inside:avoid; background:hotpink;"></div> | |
7 <div style="height:90px;"></div> | |
8 </div> | |
9 </div> | |
OLD | NEW |