| |
WEEK THREE "MYSTYLE.CSS"
body {
color: #000000;
background-image: url(casback.jpg);
background-color: #EEFFFF;
background-position: top left;
background-repeat: repeat-y;
font-family: arial, verdana, sans-serif;
background-attachment: fixed;}
H1 {color: red; font-family: "New Times Roman", serif;}
H2 {color: blue; font-family: "comic sans MS", cursive;}
H5 {color: red;
background: #d2edfe;
font-family: "comic sans MS", cursive; font-size: 1.5EM;
width: 100px; height: 75px; padding-top: 40px; padding-left: 20px;
margin-top: -23px; margin-left: 20px;}
P {color: #005500; font-family: arial, verdana, sans-serif;}
.hili {background: yellow;}
.blue {background: #d2edfe;}
.aside {font-family: "comic sans MS", cursive; font-weight: bold;}
.toomuch {background: #ebffeb;}
B {background: #d2edfe;}
|