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
Post a Comment