CSS Basics

Cascading Style Sheets

body { open bracket

} closed bracket

Now enter the details.

body { open bracket
background-color:#000000;
font-family:Verdana;

} closed bracket

See this?
Make sure you open and close them properly!!
if you dont you'll mess up the css.

background-color
'open :' / 'colour value #000000' / 'closed ;'

Outcome

The background would be Black with verdana as the font family.

You can change the 'body' at the start with whatever you want as long as you make sure you class it right.
for example..

div.this {
background-color:#000000;
font-family:Verdana;
}

<div class="this"> Woo </div>

.that {
background-color:#ffffff;
font-family:Arial;
}

<p class="that"> Woohoo </p>

Exit

View More

Validations and PR

Page Strength SEO Tool - SEOmoz.org

Valid CSS!

AddThis Social Bookmark Button

Copyrights

I have been working on a 1680x1050 resolution. I appologize if there is any size issues that you may have.

You should also use Firefox on this as it keeps the sharpness of the text, && more efficent of use. Download Firefox?

All images have copyrights and so does this website.
You have no permission to copy, edit and redistribute my work as your own.

07/2008 © FkpExceeder.com [Interface by Ange]