How to make a HeadLine section fit to browser screen size? The page has multiple sections but when the page is visited, only the first section should fill in the screen, until user scrolls down.
I am trying to use the
height: 100vh;
in css. Though this provides the solution, the text in other sections is moving up/down(disoriented).
Any suggestions please?