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

(Blanked the page)
Line 1: Line 1:
 +
.uc-initial{
 +
width:100px;
 +
height:100px;
 +
background-color:black;
  
 +
}
 +
 +
.uc-final{
 +
width:200px;
 +
height:300px;
 +
background-color:purple;
 +
}

Revision as of 22:27, 14 August 2015

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

}

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