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