how to vertically center a text in a div code example
Example: vertical align center text inside div
.center {
height: 309px;
line-height: 309px; /* same as height! */
}
.center {
height: 309px;
line-height: 309px; /* same as height! */
}