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

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42158

    How can I make color margin sorrounding my site? Any help will be appreciated. http://www.aas-bd.com/

    #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; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.