Team:Oxford/templates/header

From 2014.igem.org

(Difference between revisions)
Line 479: Line 479:
     height: 1000px;
     height: 1000px;
}
}
 +
 +
 +
 +
.growlabbook {
 +
    border-radius: 10px;
 +
    display: inline-block;
 +
    overflow: hidden;
 +
    height: 250px;
 +
    width: 100%;
 +
    margin: 0% 0px 0px 0%;
 +
    float: center;
 +
    position: relative;
 +
    transition:height 0.5s;
 +
    -webkit-transition:height 0.5s;
 +
}
 +
 +
.growlabbook:hover {
 +
    overflow: hidden;
 +
    height: 1000px;
 +
}
 +
 +
 +

Revision as of 09:03, 14 August 2014