User:Ryuhouji/common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "body { color: blue; } h1 { color: #00ffff; } p { color: rgb(0,0,255); } background color: #000000" |
No edit summary |
||
| Line 1: | Line 1: | ||
body { | body { | ||
color: blue; | color: blue; | ||
background-color: #000000; | |||
} | } | ||
h1 { | h1 { | ||
color: # | color: #aaffff | ||
background-color: #000000; | |||
} | } | ||
p { | p { | ||
color: | color: :aaaaff | ||
background-color: #000000); | |||
} | |||
background color: #000000 | |||
Revision as of 06:07, 26 December 2015
body {
color: blue;
background-color: #000000;
}
h1 {
color: #aaffff
background-color: #000000;
}
p {
color: :aaaaff
background-color: #000000);
}