Team:Imperial College/Diary
From 2013.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | + | .pokemon-card { | |
-webkit-transition: all 0.5s ease-in-out; | -webkit-transition: all 0.5s ease-in-out; | ||
-moz-transition: all 0.5s ease-in-out; | -moz-transition: all 0.5s ease-in-out; | ||
Line 17: | Line 17: | ||
} | } | ||
- | + | .pokemon-card:hover { | |
-webkit-transform: rotate(1080deg); | -webkit-transform: rotate(1080deg); | ||
-moz-transform: rotate(1080deg); | -moz-transform: rotate(1080deg); | ||
Line 32: | Line 32: | ||
<h1>Diary</h1> | <h1>Diary</h1> | ||
- | <img src="https://static.igem.org/mediawiki/2013/1/1b/Ackplastrap.jpg" | + | <img src="https://static.igem.org/mediawiki/2013/1/1b/Ackplastrap.jpg" class="pokemon-card"> |
</div> | </div> | ||
</html> | </html> |
Revision as of 20:52, 18 August 2013