Difference between revisions of "Template:WLC-Milwaukee/CSS"

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

Revision as of 00:28, 27 September 2018

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