css - How can I make the text resize downwardly in responsive mode? -


i want <p> spread downwards below <h1> when resized in responsive. happens is, when resize window, when <p> breaks, <h1>'s position adjusted top, want static.

`<h1>title</h1> <p>this long paragraph lorem ipsum sit amet dolor</p>` 


Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -