CSS Clickable Row
by Trevin Avery
HTML
<div style="display: table">
<div style="display: table-row">
<div style="display: table-cell">
1.1
</div>
<div style="display: table-cell">
1.2
</div>
<div style="display: table-cell">
1.3
</div>
</div>
<a style="display: table-row" href="#">
<div style="display: table-cell">
2.1
</div>
<div style="display: table-cell">
2.2
</div>
<div style="display: table-cell">
2.3
</div>
</a>
</div>