-1:000000000000 | 0:d8715e1a1050 |
---|---|
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <style type="text/css"> | |
5 .multi-column { | |
6 height: 20px; | |
7 background-color: blue; | |
8 } | |
9 .spacer { | |
10 height: 20px; | |
11 } | |
12 </style> | |
13 </head> | |
14 <body> | |
15 <div class="multi-column"></div> | |
16 <div class="spacer"></div> | |
17 <div class="multi-column"></div> | |
18 <div class="spacer"></div> | |
19 <div class="multi-column"></div> | |
20 </body> | |
21 </html> |