OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <style> | |
3 * { column-gap:0; } | |
4 </style> | |
5 <p>The word "PASS" should be seen below.</p> | |
6 <div style="columns:1; column-fill:auto; width:10em; height:28px; line-height:20 px;"> | |
7 <div style="height:8px;"></div> | |
8 <div style="columns:1; column-fill:auto; height:68px;"> | |
9 <div style="height:20px;"></div> | |
10 <div style="columns:1; column-fill:auto; height:48px;"> | |
11 <div style="columns:1;"> | |
12 <br>PASS<br> | |
13 </div> | |
14 </div> | |
15 </div> | |
16 </div> | |
OLD | NEW |