Difference between revisions of "Team:Stanford-Brown/css/custom"
Forrestgtran (Talk | contribs) |
Forrestgtran (Talk | contribs) |
||
Line 10: | Line 10: | ||
− | /*------- | + | /*------- Navbar ---------*/ |
.navbar { | .navbar { | ||
− | margin-top: | + | margin-top: 25px; |
+ | } | ||
+ | |||
+ | #nav ul { | ||
+ | display: inline-block; | ||
+ | list-style-type: none; | ||
} | } | ||
Revision as of 21:31, 17 August 2015
/*----------Font-----------*/
p { font-size: 0.8em; }
body { font-size: 0.8em; }
/*------- Navbar ---------*/
.navbar {
margin-top: 25px;
}
- nav ul {
display: inline-block; list-style-type: none;
}
/*-------Moving team down ------- */
.jumbotron { margin-top: 100px; margin-bottom: 20px; }
/*-------Team Pictures----------*/
.pic { margin-bottom: 30px; }
/* ------Footer--------*/
ul.unstyled {
list-style: none; padding: 0;
}
/*--------Pfold ------*/
.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; }