FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Need Some Color Suggestions

 


NjRocket
Hey guys, I've been having some problems with my background color and text. It seems a little weird. Does anyone have any suggestions that i could make to my css file to easily make the colors more acceptable to everyone and also make it look professional. If you could, with your suggestion, post the color code, and where to change it in the css file. Thanks guys

Top Sport Links
Donutey
The red text you've formatted within the document, so if you want to change that you'll have to do it manually for each instance.

The regular paragraph text can be changed in css like so:

Code:

p
{
color: white;
font-size: 13.5px;
font-family:  Verdana, Arial, sans-serif;
}


You can also specify
Code:
 background-color: black;
if you want within the two { }. Where I have "black" or "white" you can substitute a hexadecimal color code such as #09037b for a dark bluish color. You can get hex codes for colors within The Gimp by using color picker, or just look online for them.
Reply to topic    Frihost Forum Index -> Webmaster and Internet -> Design Tips

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.