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

m (Makes the body text blue)
(H1 - Green)
Line 1: Line 1:
body {
+
h1 {
     color: blue;
+
     color: green;
 
}
 
}

Revision as of 20:04, 7 August 2017

h1 {

   color: green;

}