vertically centre text in div code example
Example 1: vertical align h1 inside div
h1 {
line-height: 100px; /*size of parent div*/
}
Example 2: vertical align text inside div
text {
line-height: 100px; /*size of parent div*/
}
h1 {
line-height: 100px; /*size of parent div*/
}
text {
line-height: 100px; /*size of parent div*/
}