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

Line 18: Line 18:
 
   margin-top: 0px;
 
   margin-top: 0px;
 
}
 
}
 +
  
 
.navbar {
 
.navbar {
 
   margin-top: 20px;
 
   margin-top: 20px;
 +
  width: 80%;
 
}
 
}

Revision as of 22:46, 14 August 2015

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

}

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


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

body {

 margin-top: 0px;

}


.navbar {

 margin-top: 20px;
 width: 80%;

}