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

(Testing CSS (with comic sans))
 
m (Makes the body text blue)
Line 1: Line 1:
p {
+
body {
     font-family: "Comic Sans MS", cursive, sans-serif;
+
     color: blue;
 
}
 
}

Revision as of 20:04, 7 August 2017

body {

   color: blue;

}