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

Line 1: Line 1:
 
/*------- Moving Navbar Down ---------*/
 
/*------- Moving Navbar Down ---------*/
 +
 +
nav{
 +
z-index:9999;
 +
}
  
 
.navbar {
 
.navbar {
 
   margin-top: 15px;
 
   margin-top: 15px;
z-index: 999999;
 
 
}
 
}
  

Revision as of 00:43, 15 August 2015

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

nav{ z-index:9999; }

.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; z-index: 10 }