Team:Imperial College/Diary
From 2013.igem.org
(Difference between revisions)
Line 3: | Line 3: | ||
{{:Team:Imperial_College/Templates/Banner}} | {{:Team:Imperial_College/Templates/Banner}} | ||
{{:Team:Imperial_College/Templates/Navigation}} | {{:Team:Imperial_College/Templates/Navigation}} | ||
+ | |||
+ | <html> | ||
+ | <style type="text/css"> | ||
+ | #pokemon-card { | ||
+ | -webkit-transition: all 0.5s ease-in-out; | ||
+ | -moz-transition: all 0.5s ease-in-out; | ||
+ | -ms-transition: all 0.5s ease-in-out; | ||
+ | -o-transition: all 0.5s ease-in-out; | ||
+ | transition: all 0.5s ease-in-out; | ||
+ | |||
+ | width: 150px; | ||
+ | } | ||
+ | |||
+ | #pokemon-card:hover { | ||
+ | -webkit-transform: rotate(1080deg); | ||
+ | -moz-transform: rotate(1080deg); | ||
+ | -o-transform: rotate(1080deg); | ||
+ | -ms-transform: rotate(1080deg); | ||
+ | transform: rotate(1080deg); | ||
+ | |||
+ | width: auto; | ||
+ | } | ||
+ | </style> | ||
+ | </html> | ||
<div id='maincontent'> | <div id='maincontent'> | ||
<h1>Diary</h1> | <h1>Diary</h1> | ||
- | + | <img src="https://static.igem.org/mediawiki/2013/1/1b/Ackplastrap.jpg" id="pokemon-card"> | |
</div> | </div> |
Revision as of 20:49, 18 August 2013
Diary
<img src="" id="pokemon-card">