Difference between revisions of "Team:Stanford-Brown/css/custom"
Forrestgtran (Talk | contribs) |
Forrestgtran (Talk | contribs) |
||
Line 27: | Line 27: | ||
text-align:center; | text-align:center; | ||
background-color:purple; | background-color:purple; | ||
− | z-index: 10 | + | z-index: 10; |
} | } |
Revision as of 00:59, 15 August 2015
/*------- Moving Navbar Down ---------*/
nav{
}
.navbar {
margin-top: 15px;
}
body {
margin-top: 50px;
}
.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; }