Line 37: | Line 37: | ||
left:890px; | left:890px; | ||
top: 5px; | top: 5px; | ||
+ | } | ||
+ | .img1 img { | ||
+ | position:absolute; | ||
+ | /* CSS3淡出淡入效果,1秒 */ | ||
+ | -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; | ||
+ | } | ||
+ | |||
+ | .img1 img:nth-of-type(2):hover{ | ||
+ | opacity:0; /*滑鼠滑入時,透明度變0*/ | ||
} | } | ||
.ccsticky-nav { /*背板*/ | .ccsticky-nav { /*背板*/ | ||
Line 150: | Line 162: | ||
<nav class="logo"> | <nav class="logo"> | ||
<img src="https://static.igem.org/mediawiki/2016/b/bb/CGU_Taiwan--logo2.jpg" class="img1" width="450" height="100"> | <img src="https://static.igem.org/mediawiki/2016/b/bb/CGU_Taiwan--logo2.jpg" class="img1" width="450" height="100"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/f/fc/CGU_Taiwan--logo3.jpg" width="450" height="100"> | ||
</nav> | </nav> | ||
Revision as of 04:21, 24 August 2016
ABSTRACT
This is an ordinary paragraph. Notice that this text is blue. The default text color for a page is defined in the body selector.