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

Line 1: Line 1:
 +
/*----------Font-----------*/
 +
 +
p {
 +
font-size: 1.5em;
 +
}
 +
 +
 
/*------- Moving Navbar Down ---------*/
 
/*------- Moving Navbar Down ---------*/
  
Line 16: Line 23:
  
 
.pic {
 
.pic {
margin-bottom: 35px;
+
padding-bottom: 100px;
 +
margin-bottom: 300px;
 
}
 
}
  

Revision as of 20:46, 17 August 2015

/*----------Font-----------*/

p { font-size: 1.5em; }


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


.navbar {

 margin-top: 15px;

}

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

.jumbotron { margin-top: 100px; margin-bottom: 20px; }

/*-------Team Pictures----------*/

.pic { padding-bottom: 100px; margin-bottom: 300px; }

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