Hello,
What i want do do is create a thick border (around 100 pixels) around the content of the web for people with bigger screens.
I have tried putting the content of the web inside a DIV whith a 100px padding.
This works well. But the problem is that, for smaller screens, or if you resized the browser window, scroll bars appear when the borders of the screen "hit" the border of the web. (even if i set overflow:hidden for the border - guess this works only for contents inside the div)
What i would want, is that scroll bars appear only for the content of the web, and not for the border.
Also tried making a background image with the border, but i couldn't center it in the viewport.
Thank you for reading this. Any help or hint really appreciated.