Difference between revisions of "Code Documentation"
Line 16: | Line 16: | ||
<p> /* General wrap for the page*/ <br> | <p> /* General wrap for the page*/ <br> | ||
#contentWrap { <br> | #contentWrap { <br> | ||
− | width: 980px;<br> | + | width: 980px;<br> |
− | height: auto;<br> | + | height: auto;<br> |
− | margin-left: 20px;<br> | + | margin-left: 20px;<br> |
− | float:left;<br> | + | float:left;<br> |
− | margin-right: auto;<br> | + | margin-right: auto;<br> |
− | background-color: #ffffff;<br> | + | background-color: #ffffff;<br> |
} | } | ||
</p> | </p> |
Revision as of 18:53, 30 January 2015
/* General wrap for the page*/
#contentWrap {
width: 980px;
height: auto;
margin-left: 20px;
float:left;
margin-right: auto;
background-color: #ffffff;
}