OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <p>Inside the dashed box below you should see the word "PASS", then a small blue box, then | |
3 the word "PASS" again. Large letter spacing is fine.</p> | |
4 <div style="width:4em; margin:20px; border:2px dashed salmon; padding:10px; heig ht:10em; orphans:1; widows:1;"> | |
5 <div style="-webkit-columns:4;"> | |
6 P<br>A<br>S<br>S | |
7 </div> | |
8 <div style="width:0.5em; height:1em; margin:auto; background:blue;"></div> | |
9 <div style="-webkit-columns:4;"> | |
10 P<br>A<br>S<br>S | |
11 </div> | |
12 </div> | |
OLD | NEW |