I've got a site where the header, navbar, and content all share a white background, so they are all sitting inside of, basically, a white box. I want to style that "box" with the following CSS:
But I can't find anyway to select a containing element that includes all of them together.
I'm only able to select elements within (like the header, navbar, etc) which, of course, adds the box-shadow around each element...not the effect I want.
I've tried both fixed and fluid with layouts but can't seem to work this out.
What am I missing?











