From Design pattern
Jump to: navigation, search
(Created page with "{{#css: body { background: yellow; font-size: 20pt; color: red; } }}")
 
Line 1: Line 1:
{{#css:
+
 
 
   body {
 
   body {
 
     background: yellow;
 
     background: yellow;
Line 5: Line 5:
 
     color: red;
 
     color: red;
 
   }
 
   }
}}
 

Revision as of 01:12, 22 May 2014

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