Difference between revisions of "Team:Valencia UPV/logocolor"
Line 705: | Line 705: | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
+ | |||
+ | /*cambio imagen*/ | ||
+ | #brain{ | ||
+ | margin-left: 10em; | ||
+ | position: absolute; | ||
+ | width: 600px; | ||
+ | height: 337px; | ||
+ | margin-top: -20em; | ||
+ | background-image: url(https://static.igem.org/mediawiki/2015/b/b8/ValenciaUPV_HOME_3IDEAS.png); | ||
+ | opacity:0; | ||
+ | transition_duration: 0.5s; | ||
+ | transition-property:opacity; | ||
+ | } | ||
+ | |||
+ | #brain:hover{ | ||
+ | opacity:1; | ||
+ | } | ||
+ | |||
/* Scroll IDs*/ | /* Scroll IDs*/ |
Revision as of 21:52, 18 September 2015