<!DOCTYPE html>
<style>
.table {
display: table;
width: 200px;
}
.row {
display: table-row;
.cell {
display: table-cell;
</style>
<div class="table"><div class="row"><div class="cell"></div></div></div>