2445 Views
When you are designing a page you need to align some elements in the center or middle vertical. Then you have to use one from the following methods.
1. Using Table Property
Table property has the feature table-cell to align the element in middle by CSS.
display: table-cell;
vertical-align: ...
Sheetal Kumar
Oct 09, 2018