Difference between revisions of "lab:Ashwani"

From Brajdiscovery
Jump to navigation Jump to search
Line 1: Line 1:
<css>
+
{{#css:
      #bodyContent { background-color: yellow; }
+
  body {
  </css>
+
    background: yellow;
 +
    font-size: 20pt;
 +
    color: red;
 +
  }
 +
}}

Revision as of 08:28, 29 April 2010

{{#css:

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

}}