I have a title that can have one or more lines.
How can I align the text vertically? If it was always one line I could just set the line-height to the container heig
somthing like this
Lorem Ipsum is simply
div { display: table; } p { display:table-cell; vertical-align: middle; }