Team:Oxford/templates/header
From 2014.igem.org
(Difference between revisions)
Line 628: | Line 628: | ||
} | } | ||
+ | .growlabbookcweek5 { | ||
+ | border-radius: 10px; | ||
+ | display: inline-block; | ||
+ | overflow: hidden; | ||
+ | height: 130px; | ||
+ | width: 100%; | ||
+ | margin: 0% 0px 0px 0%; | ||
+ | float: center; | ||
+ | position: relative; | ||
+ | transition:height 0.5s; | ||
+ | -webkit-transition:height 0.5s; | ||
+ | } | ||
+ | |||
+ | .growlabbookcweek5:hover { | ||
+ | overflow: hidden; | ||
+ | height: 1000px; | ||
+ | } | ||
.growGW { | .growGW { | ||
border-radius: 10px; | border-radius: 10px; |
Revision as of 09:39, 18 August 2014