This is the style sheet for the linked style sheet homework from week two
| /* Styles for my LVS
homework site; created 20.01.01 */
body {background-image: URL(galaxia.jpg); font-family: Tahoma, Veranda, Arial, sans-serif; color: white; font-size: 1em; } p {font-family: Tahoma, Veranda, Arial, sans-serif; color: white; font-size: 1em; } h1 {font-family: Tahoma, Veranda, Arial, sans-serif; color: white; font-size: 1.75em; text-align: center; color: #FFFFCC; } h2 {font-family: Tahoma, Veranda, Arial, sans-serif; font-size: 1.50em; text-align: center; color: #FFFFCC; } h3 {font-family: Tahoma, Veranda, Arial, sans-serif; font-size: 1.25em; font-style: italic; text-align: center; color: #FFFFCC; } a:link {color: #660066; font-weight: bold; } a:active {color: #FFFF66; font-weight: bold; } a:hover {background-color: #330033; text-decoration: none; } a:visited {color: #000000; text-decoration: none; }
|