vertically cetner text isnide div code example
Example 1: vertical align center text inside div
.center {
height: 309px;
line-height: 309px; /* same as height! */
}
Example 2: vertical align text inside div
text {
line-height: 100px; /*size of parent div*/
}