View Full Version : Div Css


thegorilla
06-24-2004, 03:01 AM
I have a big css thing on my site, and then I have a div layer, and the font inside the div layer is really small and unreadable... how do you change the stuff for div layers in Css?

Thanks in advance
:idea:

stargrl329
06-24-2004, 03:04 AM
Stick this into your CSS somewhere:
div{
font-size: 10pt;
}
You can change 10pt to anything you want, in px, pt, em, cm, percentages -- whatever. :)

thegorilla
06-24-2004, 03:08 AM
Thank you very very much!

:waving:

stargrl329
06-24-2004, 03:09 AM
Hehe, no problem :D