Header
From Glitches
(Difference between revisions)
Line 3: | Line 3: | ||
body { | body { | ||
color: black; | color: black; | ||
- | background: | + | background: url(http://editthis.info/images/glitches/8/8f/Violetblue_glitchman.jpg) 0 0 no-repeat; |
background-color: #6A3F75; | background-color: #6A3F75; | ||
} | } | ||
Line 12: | Line 12: | ||
} | } | ||
+ | .firstHeading { font-family: Courier;} | ||
+ | |||
+ | h1, h2, h3, h4, h5, h6 { font-family: Courier;} | ||
+ | |||
+ | table { | ||
+ | background: #6A3F75; | ||
+ | } | ||
</style> | </style> |
Revision as of 20:51, 28 May 2007
<style>
body {
color: black; background: url() 0 0 no-repeat; background-color: #6A3F75;
}
- content {
background-color: #E7FFFF; border: 1px solid #990066;
}
.firstHeading { font-family: Courier;}
h1, h2, h3, h4, h5, h6 { font-family: Courier;}
table {
background: #6A3F75;
}
</style>