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: 600px; |
margin-bottom: 60px; | margin-bottom: 60px; | ||
} | } | ||
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: 600px; |
background-color: #777; | background-color: #777; | ||
} | } | ||
Line 149: | Line 149: | ||
left: 0; | left: 0; | ||
min-width: 100%; | min-width: 100%; | ||
- | height: | + | height: 600px; |
} | } | ||
Revision as of 10:43, 9 October 2014