fantastic site page. I like the non-cluttered space.
2
MarkShock | Wednesday August 20, 2008 at 03:06 PM
I like the color selection you chose.
3
MikeRoss | Wednesday August 20, 2008 at 08:00 PM
Nice start, your color choice is pleasant. I would suggest using maybe a third color in the content area for more contrast. Also while looking at your coding, try not to use so many non-breaking space and line breaks. (Ex:< /br> Mess around with <div> padding and margins to achieve the spacing you are looking for. On your style sheet it would look something like this:
---------Example----------
#content{
padding: 10, 5, 10, 5;
margin-top: 10px;
}
4
druantia | Wednesday September 03, 2008 at 03:21 PM
Thanks, everyone. Mike, would work as well for what you are referring to? I guess the nbsp’s are a remnant from my regular HTML experience. I’m not sure where to add more color, though. Thank you for the suggestions.