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
Line 1: Line 1:
HTML {
html * {
         background-color:  #000000;
         background-color:  #000000;
         color: white;
         color: white;
}
}

Revision as of 12:10, 4 September 2015

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