UnfoldingCSS:Test: Difference between revisions
Jump to navigation
Jump to search
(Created page with "body{ background-color:black; color:white; }") |
No edit summary |
||
Line 1: | Line 1: | ||
body{ | body{ | ||
background-color:black; | background-color:black; | ||
color: | color:red; | ||
} | } |
Latest revision as of 14:52, 29 March 2024
body{ background-color:black; color:red; }