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

Line 1: Line 1:
span.clickme {
 
    display: block;
 
    float: left;
 
    width: 136px;
 
    height: 71px;
 
    margin: 85px 0 0 0px;
 
    cursor: pointer;
 
}
 
 
 
 
.uc-initial-content{
 
.uc-initial-content{
 
width:100px;
 
width:100px;

Revision as of 23:58, 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;

}