FAQ FAQ | Forum Rules and Policies Forum Policies
 
Memberlist Member List | Calendar Calendar

Navigation

Home
Tutorials

Crafts
References
Web design tips
Dating
Graphic Design tips
Search Engine Promotion
User-Agent database
About the Internet
Web Technology
Web Screenshot Archive
Our Newsletter
Search

Free Stuff
Free graphics
Free desktop wallpaper
Free HTML templates
Free scripts

Free web-based tools
Graphic Design Contest
Affordable Web Hosting
Educational Toys
Diaper Cake

Services
Learning Toys
Services summary
Web design services
Web design packages
Logo design services
Graphic design services
Pricing
Portfolio
Custom Website Design
Unique Baby Gifts

Inside i.D.
Our partners
Advertise
Site Map
FAQ
Contact
About

CSS tutorials - examples

Lets take a look at some CSS examples. The first example is this site, this is my CSS file...id1.css, that I used for this site:

BODY { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 2px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none; background-image: none; letter-spacing: normal; text-align: left; word-spacing: normal}
A:link {color: navy}
A:visited {color: purple}
A:hover {color:teal}
A:active {color:navy}

Here is another example that uses this code that is inserted between the <HEAD></HEAD> tags of the document:

<style type="text/css">
BODY { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #CCCCCC; text-decoration: none; background-color: #000000; background-image: none}
</style>

I will be keeping this up to date as more information and the CSS standards are updated.

 

If you have any questions or comments on this tutorial, please use this form. Thanks.

Table of Contents


HTML references
[]
Graphics design references


Logo Design | Photoshop Tutorials | Dreamweaver Tutorials | Non GMO Canola
© 2000-2004 IceHouse Designs, Inc. View Privacy Statement.

Valid HTML 4.01!

Valid CSS!