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;
Line 11: Line 21:
 
background-color:purple;
 
background-color:purple;
 
}
 
}
 
  
 
/*------- Moving Navbar Down ---------*/
 
/*------- Moving Navbar Down ---------*/

Revision as of 23:25, 14 August 2015

span.clickme {

   display: block;
   float: left;
   width: 136px;
   height: 71px;
   margin: 85px 0 0 0px;
   cursor: pointer;

}


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

}