OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <style> | |
3 .x::after { display:block; -webkit-column-span:all; column-span:all; backgro und:yellow; content:".........."; } | |
4 </style> | |
5 <p>There should be two rectangles with identical sizes below. The first one shou ld be blue | |
6 with nothing inside. The second one should be yellow with some dots inside.< /p> | |
7 <div style="-webkit-columns:4; columns:4; orphans:1; widows:1; line-height:100px ; background:blue;"> | |
8 <span class="x"> </span> | |
9 </div> | |
OLD | NEW |