Difference between revisions of "Team:Stanford-Brown/css/custom"
Forrestgtran (Talk | contribs) |
Forrestgtran (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | .uc-initial{ | + | .uc-initial-content{ |
width:100px; | width:100px; | ||
height:100px; | height:100px; | ||
Line 6: | Line 6: | ||
} | } | ||
− | .uc-final{ | + | .uc-final-content{ |
width:200px; | width:200px; | ||
height:300px; | height:300px; | ||
background-color:purple; | background-color:purple; | ||
} | } |
Revision as of 22:29, 14 August 2015
.uc-initial-content{ width:100px; height:100px; background-color:black;
}
.uc-final-content{ width:200px; height:300px; background-color:purple; }