Difference between revisions of "Team:Stanford-Brown/css/custom"
Forrestgtran (Talk | contribs) |
Forrestgtran (Talk | contribs) |
||
Line 15: | Line 15: | ||
/*------- Moving Navbar Down ---------*/ | /*------- Moving Navbar Down ---------*/ | ||
− | + | body { | |
margin-top: 20; | margin-top: 20; | ||
} | } | ||
− | + | navbar { | |
margin-top: 100; | margin-top: 100; | ||
} | } |
Revision as of 22:41, 14 August 2015
.uc-initial-content{ width:100px; height:100px; background-color:black;
}
.uc-final-content{ width:200px; height:300px; background-color:purple; }
/*------- Moving Navbar Down ---------*/
body {
margin-top: 20;
}
navbar {
margin-top: 100;
}