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