Friday, February 14, 2014

Edtech 502 - External CSS Page

Edtech 502 - External CSS Page


@charset "utf-8";
/* CSS Document */
/*created by John Guthrie*/
/* tag styles */

body {
font-family: Verdana, Geneva, sans-serif;
font-size: 12pt;
color: #950095;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
background-color: #E2C6FF;
}
h1 {
font-size: 24pt;
}
h2 {
font-size: 24pt;
font-family: Verdana, Geneva, sans-serif;
}
/* id styles */
#headingArea {
padding: 1%;
width: 88%;
background-color: #FFF;
position: relative;
text-align: left;
margin: 5%;
}
#author {
font-size: 10pt;
font-style: italic;
}
#body {
padding: 1%;
width: 88%;
background-color: #FFF;
position: relative;
margin: 5%;
}
#list {
}
#copyright {
padding: 1%;
width: 88%;
position: relative;
font-size: 9px;
margin: 5%;
}
/* class styles */

.redtext {
color: #900
}
.bold {
font-weight: bold;
text-transform: uppercase;
}