Difference between revisions of "Team:Stanford-Brown/css/custom"
Forrestgtran (Talk | contribs) |
Forrestgtran (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | .uc-container{ | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
.uc-initial-content{ | .uc-initial-content{ | ||
− | width:50% | + | width:50%; |
background-color:blue; | background-color:blue; | ||
Revision as of 00:12, 15 August 2015
.uc-container{ width:100%; }
.uc-initial-content{ width:50%; background-color:blue;
}
.uc-final-content{ width:100%; background-color:purple; }
/*------- Moving Navbar Down ---------*/
.navbar {
margin-top: 15px;
}
body {
margin-top: 50px;
}