Reputation: 349
How can I add a background and put current content of the web page in the panel (with margins) as it shown here?
Is it possible to do this trick with minimal changes of CSS stylesheet and html code?
Upvotes: 0
Views: 23
Reputation: 310
Of course possible.
background
for <body>
.width
to your outermost element and margin: auto;
If you shared any code, more specific explanation would be possible.
here is example: https://jsfiddle.net/kbqcsgj8/
Upvotes: 1