Currently, I am working on a website where the layout is quite unconventional and the positions are fixed. The page size is set at 1450 x 900 pixels. What I am aiming to achieve is for the page to load with a different starting point than the typical top:0; left:0 configuration. For example, if your browser resolution is 1024 x 768, I would like the page to load in a way that hides the first 1024 pixels horizontally and the first 768 pixels vertically. Instead, I want it to display from 300px to 1324px in width and 100px to 868px in height.
I hope this explanation makes sense, but feel free to ask me any questions for further clarification.
Any assistance on this matter would be greatly appreciated! Thank you in advance.