I’m trying to create a div (topbar) (width = 100%;). Below that I want my maincontent in a div with my maincontent. This needs to be 600px in width and centeret in the screen.
Normally I would set body width = 600px and margin: auto, but then my topbar is shortened.
Whats the easiest way to do this?
There is no need to touch the width of the body element