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; }")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
body {
 
body {
   background: red;
+
   background-color: #050B0B;
 
}
 
}
  
/* Changes the background color behind the top half of the logo and at top of each page: */
+
h1 {
#mw-page-base {
+
  color: #E4B85D;
   background: red;
+
  text-align: center;
 +
}
 +
 
 +
p {
 +
  font-family: verdana;
 +
  font-size: 20px;
 +
   color: #FDFDFD;
 
}
 
}

Latest revision as of 14:32, 26 February 2021

body {
  background-color: #050B0B;
}

h1 {
  color: #E4B85D;
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 20px;
  color: #FDFDFD;
}