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

Line 1: Line 1:
 
/*------- Moving Navbar Down ---------*/
 
/*------- Moving Navbar Down ---------*/
  
nav{
 
 
}
 
  
 
.navbar {
 
.navbar {
Line 9: Line 6:
 
}
 
}
  
body {
+
/*-------Moving team down ------- */
  margin-top: 200px;
+
}
+
  
.marketing {
+
.jumbotron {
  margin-top: 200px;
+
margin-top: 50px;
 
}
 
}
  

Revision as of 19:21, 17 August 2015

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


.navbar {

 margin-top: 15px;

}

/*-------Moving team down ------- */

.jumbotron { 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; }