Difference between revisions of "lab:Ashwani"

From Brajdiscovery
Jump to navigation Jump to search
(Created page with '<css> #bodyContent { background:yellow; } </css>')
 
Line 1: Line 1:
<css>
+
<css>
#bodyContent {
+
      #bodyContent { background-color: yellow; }
background:yellow;
+
  </css>
}
 
 
 
</css>
 

Revision as of 08:13, 29 April 2010

<css>
     #bodyContent { background-color: yellow; }
 </css>