User:BlankUndefeated/common.css: Difference between revisions

From Baka-Tsuki
Jump to navigation Jump to search
Created page with "HTML { background-color: #000000; color: white; }"
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
HTML {
html * {
         background-color:  #000000;
         background-color:  #000000;
         color: white;
         color: white;
        margin: 1px
}
}

Latest revision as of 12:58, 4 September 2015

html * {
        background-color:  #000000;
        color: white;
        margin: 1px
}