How can I vertically centre an unknown quantity of text (may span multiple lines) in a div of known height. I know it can be done using the line-height property however this only works when there is only one line of text.
How can I vertically centre an unknown quantity of text (may span multiple lines)
Share
I have actually found the answer to what I need myself.
The ‘trick’ so-to-speak is to not set a height for the div and just set padding/margins to do the centring.