Template:CSS/team
From 2014.igem.org
(Difference between revisions)
Line 565: | Line 565: | ||
background-color:red; | background-color:red; | ||
-webkit-transition:all 0.3s linear 0s; | -webkit-transition:all 0.3s linear 0s; | ||
+ | transform: translate(100px,0); | ||
+ | -webkit-transform: translate(100px,0); /** Safari & Chrome **/ | ||
+ | -o-transform: translate(100px,0); /** Opera **/ | ||
+ | -moz-transform: translate(100px,0); /** Firefox **/ | ||
z-index:52; | z-index:52; | ||
} | } |
Revision as of 19:48, 15 October 2014