So I followed this tutorial:
How he did it was to make content blocks under 2 layers of wrappers, then rotate it 90 degrees, but turn the inner wrapper back the way it was so it appears the right way.



It worked fine, and you could also remove the scroll bar.

I had trouble when I added an image into the first block. The positioning didnt work right and it appeared on the second page even though I put it in the div of the first page. Also sizing it with px and transform translate for centering somehow didn’t do anything, but it finally worked when I used vh and vw.
Also to center it the percentages seem random, 20 and 30%?


I found another tutorial that makes a horizontal site with jquery, pagepiling.js So the question is should I rather do that as it works with sections like we’ve practised rather than working with content blocks?