Difference between revisions of "Team:Stanford-Brown/css/custom"
Forrestgtran (Talk | contribs) |
Forrestgtran (Talk | contribs) |
||
Line 10: | Line 10: | ||
body { | body { | ||
+ | margin-top: 200px; | ||
+ | } | ||
+ | |||
+ | .marketing { | ||
margin-top: 200px; | margin-top: 200px; | ||
} | } |
Revision as of 18:53, 17 August 2015
/*------- Moving Navbar Down ---------*/
nav{
}
.navbar {
margin-top: 15px;
}
body {
margin-top: 200px;
}
.marketing {
margin-top: 200px;
}
.foldingStuff {
height:500px !important;
}
.uc-initial-content { text-align:center; background-color:blue;
}
.uc-final-content{ text-align:center; background-color:purple; z-index: 10; }