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

Line 2: Line 2:
 
text-align:center;
 
text-align:center;
 
width:200px;
 
width:200px;
height:500px;
+
height:200px;
 
background-color:blue;
 
background-color:blue;
  
Line 10: Line 10:
 
text-align:center;
 
text-align:center;
 
width:400px;
 
width:400px;
height:500px;
+
height:400px;
 
background-color:purple;
 
background-color:purple;
 
}
 
}

Revision as of 00:25, 15 August 2015

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

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

.navbar {

 margin-top: 15px;

}

body {

 margin-top: 50px;

}