Team:UFMG Brazil/css3test
From 2013.igem.org
(Difference between revisions)
(Created page with "{{Team:UFMG Brazil/barra}} {{carlos_teste}} {{Team:UFMG Brazil/sponsor}}") |
|||
(6 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
{{Team:UFMG Brazil/barra}} {{carlos_teste}} | {{Team:UFMG Brazil/barra}} {{carlos_teste}} | ||
+ | <html> | ||
+ | <style> | ||
+ | |||
+ | #cf { | ||
+ | position:relative; | ||
+ | height:790px; | ||
+ | width:433px; | ||
+ | margin:0 auto; | ||
+ | } | ||
+ | |||
+ | #cf img { | ||
+ | position:absolute; | ||
+ | left:0; | ||
+ | -webkit-transition: opacity 1s ease-in-out; | ||
+ | -moz-transition: opacity 1s ease-in-out; | ||
+ | -o-transition: opacity 1s ease-in-out; | ||
+ | transition: opacity 1s ease-in-out; | ||
+ | } | ||
+ | |||
+ | #cf img.top:hover { | ||
+ | opacity:0; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | <center><div id="cf"> | ||
+ | <img class="bottom" src="https://static.igem.org/mediawiki/2013/3/3e/Ufmg_2013_ilustra0.jpg" /> | ||
+ | <img class="https://static.igem.org/mediawiki/2013/2/22/Ufmg_2013_ilustra1.jpg" /> | ||
+ | </div></center> | ||
+ | |||
+ | </html> | ||
+ | |||
{{Team:UFMG Brazil/sponsor}} | {{Team:UFMG Brazil/sponsor}} |
Latest revision as of 21:37, 27 September 2013