User:I88gerbils/myskin.css: Difference between revisions

From ASSS Wiki
Jump to navigationJump to search
I88gerbils (talk | contribs)
No edit summary
I88gerbils (talk | contribs)
No edit summary
Line 1: Line 1:
body {
body {
     font-face: Courier;
     font-family: Courier;
     background: #f9f9f9 url("headbg.jpg") 0px 0px no-repeat;
     background: #f9f9f9 url("headbg.jpg") 0px 0px no-repeat;
     color: Black;
     color: Black;

Revision as of 03:06, 14 January 2005

body {
    font-family: Courier;
    background: #f9f9f9 url("headbg.jpg") 0px 0px no-repeat;
    color: Black;
    margin: 0;
    padding: 0;
}