treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Margin color sorrunding the site

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

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