Team:UST Beijing
From 2014.igem.org
(Difference between revisions)
Liuyingxuan (Talk | contribs) |
Liuyingxuan (Talk | contribs) |
||
Line 131: | Line 131: | ||
/* Carousel base class */ | /* Carousel base class */ | ||
.carousel { | .carousel { | ||
- | height: | + | height: 650px; |
- | margin-bottom: | + | margin-bottom: 60px; |
} | } | ||
/* Since positioning the image, we need to help out the caption */ | /* Since positioning the image, we need to help out the caption */ | ||
Line 141: | Line 141: | ||
/* Declare heights because of positioning of img element */ | /* Declare heights because of positioning of img element */ | ||
.carousel .item { | .carousel .item { | ||
- | height: | + | height: 650px; |
background-color: #777; | background-color: #777; | ||
} | } | ||
Line 149: | Line 149: | ||
left: 0; | left: 0; | ||
min-width: 100%; | min-width: 100%; | ||
- | height: | + | height: 650px; |
} | } | ||
Line 273: | Line 273: | ||
<div id="myCarousel" class="carousel slide" data-ride="carousel"> | <div id="myCarousel" class="carousel slide" data-ride="carousel"> | ||
<div class="carousel-inner"> | <div class="carousel-inner"> | ||
- | <div class="item active" style="background: url(https://static.igem.org/mediawiki/2014/ | + | <div class="item active" style="background: url(https://static.igem.org/mediawiki/2014/3/35/Home_back2.jpg) no-repeat center center; background-size: cover;"> |
<div class="container"> | <div class="container"> | ||
<div class="carousel-caption"> | <div class="carousel-caption"> |
Revision as of 10:53, 9 October 2014