Setting The Font Color

Setting the font color for the document is as easy as using the color property and following with the Hex-Dec color code. You remember those color codes from the color basics lesson, don't you? Add some markup to set the font color to blue:

<style type="text/css">
<!--
body {background-color: #FFFFCC; font-family: Verdana, Arial, Helvetica, sans-serif; color: #003399}
-->
</style>

Yours should look like the example below:

Well this is starting to look really hideous! Now that you know how to do it, you should pick some color combinations that you like! Here are a few links to sites that will help you pick Hex-Dec codes:

Color Match 5k
Echo Echo Hex Colors
Colorlab
Well-Styled Color Scheme Generator