<body>
<article id="one">...</article>
<article id="two">...</article>
<article id="three">...</article>
...
</body>
How can I make each of article fit to the entire screen resolution? For example, the initial page is the content of article#one, and when you scroll down, the next page is article#two.
I really need this.
Thanks.
It’s very simple:
Also, make sure
htmlandbodyhaveheight:100%;as well.Demo