Team:HKUST-Hong Kong
From 2012.igem.org
(Difference between revisions)
Line 53: | Line 53: | ||
} | } | ||
- | #HKUST_Link{ | + | .verticalPics#HKUST_Link{ |
background-image:url(https://static.igem.org/mediawiki/2012/a/a4/HKUST_Link.jpg); | background-image:url(https://static.igem.org/mediawiki/2012/a/a4/HKUST_Link.jpg); | ||
width:120px; | width:120px; | ||
Line 59: | Line 59: | ||
float:left; | float:left; | ||
margin-right:5px; | margin-right:5px; | ||
+ | -moz-animation:flyInHKUST 2s; | ||
+ | -webkit-animation:flyInHKUST 2s; | ||
+ | } | ||
+ | |||
+ | @-moz-keyframes flyInHKUST { | ||
+ | 0% {left:1000px; top:0px;} | ||
+ | 100% {left:0px; top:0px;} | ||
+ | } | ||
+ | |||
+ | @-webkit-keyframes flyInHKUST{ | ||
+ | 0% {left:1000px; top:0px;} | ||
+ | 100% {left:0px; top:0px;} | ||
} | } | ||
Revision as of 07:23, 18 June 2012