UnfoldingCSS:StyleBox: Difference between revisions

From titipi
Jump to navigation Jump to search
(Created page with "body { background-color: orangered; }")
 
No edit summary
Line 1: Line 1:
body {
body {
background-color: orangered;
background-color: orangered;
color: yellow;
}
}

Revision as of 14:21, 4 June 2024

body {
background-color: orangered;
color: yellow;
}