I am displaying number of boxes in a row with fix height and width, generated from
Define the parent with display: table and the element itself with vertical-align: middle and display: table-cell.
display: table
vertical-align: middle
display: table-cell