Template:Testpage/styles.css

From WildRP
< Template:Testpage
Revision as of 14:22, 26 February 2021 by Tanklovesyou (talk | contribs) (Created page with "body { background: red; } →‎Changes the background color behind the top half of the logo and at top of each page:: #mw-page-base { background: red; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
body {
  background: red;
}

/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
  background: red;
}