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

Line 2: Line 2:
 
width:100px;
 
width:100px;
 
height:100px;
 
height:100px;
background-color:black;
+
background-color:blue;
  
 
}
 
}

Revision as of 23:24, 14 August 2015

.uc-initial-content{ width:100px; height:100px; background-color:blue;

}

.uc-final-content{ width:200px; height:300px; background-color:purple; }


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

.navbar {

 margin-top: 15px;

}

body {

 margin-top: 50px;

}