Is it possible to stretch Plain Text lines vertically to fit div height with CSS only? -


i want plain text lines in div stretch evenly vertically fill div height, without using line-height since don't know how many lines there

it can done jquery possible pure css?

no not possible.

line-height % work on font-size, not on outer height. , did not fix number of lines


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -