CSS does a lot of things really well, but makes some common tasks way more difficult than they need to be.
<tr> <td></td> <td></td> <td></td> </tr>
Sorry, I couldn't resist
lol
https://jsbin.com/nedesuvozo/edit?html,output
The important two css classes:
.Example--outer-container { display: flex; flex-direction: row; } .Example-three-column-inner-container { width: 33.333%; }