Jump to content

How can I make the background brown and the center white?


Recommended Posts

I am making my site that has brown background and the center white. I have a sample site

http://www.maro-bagages.com/. Can anyone please tell me what to do? I have edit the gabal.css, on the body color to brown, but then how can I make the center white? Thanks


in global.css in the body section, put background-color:brown

and in the PAGE section of the css, put background-color:white
Link to comment
Share on other sites

I am making my site that has brown background and the center white. I have a sample site

http://www.maro-bagages.com/. Can anyone please tell me what to do? I have edit the gabal.css, on the body color to brown, but then how can I make the center white? Thanks



see this friend in your css (presta124)

line 16
body {

background-color: brown;

font-size: 11px;

font-family: Verdana, Arial, Helvetica, Sans-Serif;

color: #fefefe;

text-align:center;

}

line 182
/* global layout */

#page {

width: 1000px;

border: #00cc00 ridge 2px;

background-color: white;

background-position: center;

margin: 0 auto 2px auto;

margin-top: 50px;

margin-bottom: 50px;

text-align:left;

}



http:www.java-herbs.com
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...