Difference between revisions of "Template:Team:SVA-NYC/CSS"

(Created page with "<!-- Start of CSS--> <style type="text/css"> Change Background color: body { background-color: #33F; } </style>")
 
Line 2: Line 2:
 
<style type="text/css">
 
<style type="text/css">
 
/* Change Background color*/
 
/* Change Background color*/
body {  
+
body {  
background-color: #33F;
+
background-color: #33F;
}
+
}
 
</style>
 
</style>

Revision as of 22:42, 22 June 2015

<style type="text/css"> /* Change Background color*/ body { background-color: #33F; } </style>