Team:Oxford/templates/header

From 2014.igem.org

(Difference between revisions)
Line 608: Line 608:
     overflow: hidden;
     overflow: hidden;
     height: 450px;
     height: 450px;
 +
}
 +
 +
.growGW {
 +
    border-radius: 10px;
 +
    display: inline-block;
 +
    overflow: hidden;
 +
    height: 200px;
 +
    width: 100%;
 +
    margin: 0% 0px 0px 0%;
 +
    float: center;
 +
    position: relative;
 +
    transition:height 0.5s;
 +
    -webkit-transition:height 0.5s;
 +
}
 +
 +
.growlabbookcweek4:hover {
 +
    overflow: hidden;
 +
    height: 850px;
}
}

Revision as of 10:40, 14 August 2014