.table {
width: 0%;
}
.row {
display: table-row;
width: auto;
}
.cell {
padding: 5px;
10
display: table-cell;
width: 25%;
box-sizing: border-box;
border: 1px solid #dedede;
}
.top {
vertical-align: top;
}
.bottom {
vertical-align: bottom;
}
.middle {
vertical-align: middle;
}
.left {
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter