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

Line 30: Line 30:
 
body {
 
body {
 
   margin-top: 50px;
 
   margin-top: 50px;
 +
}
 +
 +
#featuresheading {
 +
  margin-top: 100px;
 
}
 
}

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

}

  1. featuresheading {
 margin-top: 100px;

}