Difference between revisions of "Team:SVCE Chennai/CSS"

(Replaced content with " #content { width: 100%; }")
Line 1: Line 1:
 
 
#content {
 
#content {
 
     width: 100%;
 
     width: 100%;
 +
}
 +
body{
 +
background: #fff;
 
}
 
}

Revision as of 20:59, 8 September 2015

  1. content {
   width: 100%;

} body{ background: #fff; }