Difference between revisions of "Westerlywiki.css"

From Westerly-Wiki
Jump to: navigation, search
(Blanked the page)
Line 1: Line 1:
 
+
{{#css:
 +
  body {
 +
    background: yellow;
 +
    font-size: 20pt;
 +
    color: red;
 +
  }
 +
}}

Revision as of 12:03, 30 November 2011

{{#css:

 body {
   background: yellow;
   font-size: 20pt;
   color: red;
 }

}}