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

Line 20: Line 20:
 
.uc-initial-content {
 
.uc-initial-content {
 
text-align:center;
 
text-align:center;
width:200px;
 
height:200px;
 
 
background-color:blue;
 
background-color:blue;
  
Line 28: Line 26:
 
.uc-final-content{
 
.uc-final-content{
 
text-align:center;
 
text-align:center;
width:400px;
 
height:400px;
 
 
background-color:purple;
 
background-color:purple;
 
z-index: 10
 
z-index: 10
 
}
 
}

Revision as of 00:56, 15 August 2015

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

nav{

}

.navbar {

 margin-top: 15px;

}

body {

 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 }