Site hosted by Angelfire.com: Build your free website today!
Debra's Portfolio
Unit One
Unit 2
Unit 3
Unit 4
Unit 5
Unit 6
Unit 7
Unit 8
Unit 9
Unit 10
Unit 11
Unit 12
Unit 13
Unit 14
Unit 15

Unit 11: Applying Superior Typography Skills.

In order for your page to be read the text must be colored in a way so that it can be read against your background. The easiest way to do this is through a CSS or cascading style sheet. The code for my style sheet is as follows:

body {
background-color: #FFA5F7;
}
h1 {
color: #CC00FF;
}
h2 {
color: #CC00FF;
}
h3 {
color: #CC00FF;
}
h4 {
color: #CC00FF;
}
h5 {
color: #CC00FF;
}
h6 {
color: #CC00FF;
}
p {
color: #CC00FF;
}
a:link {
color: #CCFF99;
}
a:visited {
color: #72F8EA;
}
a:hover {
color: #FFFF66;
}
a:active {
color: #FF3366;
}

Debra Parker Brown © 2006. If you have any questions or problems email the Webmaster.