Difference between revisions of "Team:CGU Taiwan"

Line 94: Line 94:
 
</ul>
 
</ul>
 
</nav>
 
</nav>
 +
<body id="page">
 +
<ul class="cb-slideshow">
 +
<li>
 +
<span>Image 01</span>
 +
<div>
 +
<h3>iGEM CGU_Taiwan</h3>
 +
</div>
 +
</li>
 +
<li><!--...--></li>
 +
<li><!--...--></li>
 +
</ul>
 +
.cb-slideshow,
 +
.cb-slideshow:after {
 +
    position: fixed;
 +
    width: 100%;
 +
    height: 100%;
 +
    top: 0px;
 +
    left: 0px;
 +
    z-index: 0;
 +
}
 +
.cb-slideshow:after {
 +
    content: '';
 +
    background: transparent url(../images/pattern.png) repeat top left;
 +
}
 
</html>
 
</html>

Revision as of 06:30, 1 July 2016

  • Image 01

    iGEM CGU_Taiwan

.cb-slideshow, .cb-slideshow:after { position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 0; } .cb-slideshow:after { content: ''; background: transparent url(../images/pattern.png) repeat top left; }