CSS Week1, Homework
Here are the contents of my CSS file: "mystyle.css"
- BODY { background : #FFFFCC url(leaves2.gif) repeat-y;
- color : Navy;
- font : normal;
- font-family : "Times New Roman", Times, serif;
- font-weight : bold;
- font-size : larger;
- margin-left : 20%;}
- A {font-size : medium;
- color : Purple;}
- H1 {font-family : Arial, Helvetica, sans-serif;
- font-size : x-large;
- color : Blue;
- text-align : center;}
- H3 {text-decoration : underline;
- font-style : italic;
- LI {text-transform : capitalize;
- text-align : left;}
Links to:
Template1
Template2
Back to TOC Page