Forum Moderators: not2easy
#table {
display: table;
width: 420px;
}
<div id="table" class="main-font center">
...
</div>
.table {
display: table;
width: 420px;
}
<div class="main-font center table">
...
</div>
OK, you can make an exemption for "left" "right" "center" and similar because, well, it would be silly otherwise.
if you ever decide that you want to change the presentation