OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <style> | |
3 #elm::before { display:block; -webkit-column-span:all; background:yellow; co ntent:".........."; } | |
4 </style> | |
5 <p>There should be three rectangles with identical sizes below. The first and th ird one | |
6 should be blue with nothing inside. The second one should be yellow with som e dots | |
7 inside.</p> | |
8 <div style="-webkit-columns:4; orphans:1; widows:1; line-height:100px; backgroun d:blue;"> | |
9 <span> </span> | |
10 <span id="elm"> </span> | |
11 </div> | |
OLD | NEW |