Team:UST Beijing/Team
From 2014.igem.org
(Difference between revisions)
Liuyingxuan (Talk | contribs) |
Liuyingxuan (Talk | contribs) |
||
Line 139: | Line 139: | ||
/* Carousel base class */ | /* Carousel base class */ | ||
+ | |||
+ | .fill { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | background-position: center; | ||
+ | -webkit-background-size: cover; | ||
+ | -moz-background-size: cover; | ||
+ | background-size: cover; | ||
+ | -o-background-size: cover; | ||
+ | } | ||
+ | |||
.carousel { | .carousel { | ||
height: 550px; | height: 550px; | ||
Line 160: | Line 171: | ||
height: 550px; | height: 550px; | ||
} | } | ||
+ | |||
Line 299: | Line 311: | ||
<div id="myCarousel" class="carousel slide"> | <div id="myCarousel" class="carousel slide"> | ||
<!-- Indicators --> | <!-- Indicators --> | ||
- | + | <!-- <ol class="carousel-indicators"> | |
<li data-target="#myCarousel" data-slide-to="0" class="active"></li> | <li data-target="#myCarousel" data-slide-to="0" class="active"></li> | ||
<li data-target="#myCarousel" data-slide-to="1"></li> | <li data-target="#myCarousel" data-slide-to="1"></li> | ||
Line 305: | Line 317: | ||
<li data-target="#myCarousel" data-slide-to="3"></li> | <li data-target="#myCarousel" data-slide-to="3"></li> | ||
<li data-target="#myCarousel" data-slide-to="4"></li> | <li data-target="#myCarousel" data-slide-to="4"></li> | ||
- | </ol> | + | </ol> --> |
<!-- Wrapper for Slides --> | <!-- Wrapper for Slides --> |
Revision as of 12:31, 14 October 2014
Meet the explorers.
Getting to know the explorers who revived human's beloved magic.
View official team profile