I've read 5 posts and I can't figure this out. I change the color of the font and it switches in a snap. I don't see any font size command in my css sheet. I tried to add a font size line to my css and still no changes. Here's what I have...
body {
background: #fff;
border: solid 2px #565;
border-bottom: solid 1px #565;
border-top: solid 3px #565;
color: #000000;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
margin: 0;
padding: 0;
}
When I change the color, the body text changes colors... I can't change the size though. What am I doing wrong?
Thanks very much...