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

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -