Difference between revisions of "Team:Stanford-Brown/css/custom"

Line 10: Line 10:
  
 
body {
 
body {
   margin-top: 50px;
+
   margin-top: 200px;
 
}
 
}
  

Revision as of 18:52, 17 August 2015

/*------- Moving Navbar Down ---------*/

nav{

}

.navbar {

 margin-top: 15px;

}

body {

 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; }