Dbltoe - thanks for noting that I didn't type the color in correctly. What did you mean by? "Margin needs to know
10 of what, and your background-color needs to have six F's for the color." I thought that margin was for around the main body of the page. I'm trying to getting the main box to sit lower down from the top of the screen, is there a way to do that?
I think he meant you have to tell the margin whether it is 10px, 10em, 10pt or 10%.
So anyone know where I need to change the basic text size?
In your stylesheet.css find the following:
Code:
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
padding: 1em;
font-size: 1.2em
}
and add the portion in red.