Difference between revisions of "Template:Team:Baltimore Bio-Crew/CSS"

(Created page with "body { background-color: blue; }")
 
Line 1: Line 1:
 +
<style>
 
body {
 
body {
 
background-color: blue;
 
background-color: blue;
 
}
 
}
 +
</style>

Revision as of 18:46, 8 July 2017

<style> body { background-color: blue; } </style>