Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Margin color sorrunding the site Re: Margin color sorrunding the site

#121813
wolfcry911
Participant

you can’t color a margin, but the element exposed on either side is the body – you can set the background-color of that (it’s in the style tags in the head of your html doc).

if that’s not what you’re looking for, you could add a border around #page, something like:

#page { border: 10px solid red; }