Difference between revisions of "Team:Warwick/Resources/CSS:PlantBootstrap"

m (Makes the body text blue)
(background red)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
body {
+
h1 {
     color: blue;
+
     background-color: #00ff00;
 
}
 
}

Latest revision as of 20:14, 7 August 2017

h1 {

   background-color: #00ff00;

}