Difference between revisions of "Team:Stanford-Brown/css/custom"
Forrestgtran (Talk | contribs) |
Forrestgtran (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | .foldingStuff{ | + | |
− | height:700px; | + | /*------- Moving Navbar Down ---------*/ |
+ | |||
+ | .navbar { | ||
+ | margin-top: 15px; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | margin-top: 50px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .foldingStuff { | ||
+ | height: 700px !important; | ||
} | } | ||
− | .uc-initial-content{ | + | .uc-initial-content { |
text-align:center; | text-align:center; | ||
width:200px; | width:200px; | ||
Line 16: | Line 28: | ||
height:400px; | height:400px; | ||
background-color:purple; | background-color:purple; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Revision as of 00:38, 15 August 2015
/*------- Moving Navbar Down ---------*/
.navbar {
margin-top: 15px;
}
body {
margin-top: 50px;
}
.foldingStuff {
height: 700px !important;
}
.uc-initial-content { text-align:center; width:200px; height:200px; background-color:blue;
}
.uc-final-content{ text-align:center; width:400px; height:400px; background-color:purple; }