Difference between revisions of "Template:Testpage/styles.css"

From WildRP
Jump to navigation Jump to search
(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; }")
 
Line 1: Line 1:
 
body {
 
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;
 
   background: red;
 
}
 
}

Revision as of 14:23, 26 February 2021

body {
  background: red;
}