<style> body { display: table; } .row { display: table-row; } .cell { display: table-cell; border: 1px solid black; width: 100px; height: 100px; } </style> <div class="row"><div class="cell"></div></div>