3 .mc { -webkit-columns:
2; -webkit-column-gap:
20px; column-fill:auto; overflow:hidden; width:
520px; height:
80px; font-size:
12px; line-height:
20px; background:#ddd; }
4 table { border-spacing:
5px; }
5 td:first-child { width:
30px; }
7 .mc span { font-size:
2em; line-height:
30px; }
10 <p>The big text should be in the first column, and baseline-aligned with the line in its neighbor cell on the left:
</p>
13 <tr style=
"vertical-align:baseline">
23 <span>1st column
</span>
31 <p>The big text should be near the top in the first column:
</p>
34 <tr style=
"vertical-align:top">
44 <span>1st column
</span>
52 <p>The big text should be at the top in the second column:
</p>
55 <tr style=
"vertical-align:middle">
65 <span>2nd column
</span>
73 <p>The big text should be near the bottom in the second column:
</p>
76 <tr style=
"vertical-align:bottom">
86 <span>2nd column
</span>