<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<h1 class="text-center">Hello World!</h1>
<button type="button" class="center-block btn btn-primary btn-lg">我是按钮,按我一下</button>
<h1 class="text-center">Hello World!</h1>
<button type="button" class="center-block btn btn-primary btn-lg">我是按钮,按我一下</button>
.carousel {
height: 500px;
}
.carousel .item {
height: 500px;
}
.carousel .item img {
min-height: 500px;
}
@media (max-width: 768px) {
.carousel {
height: 300px;
}
.carousel .item {
height: 300px;
}
.carousel .item img {
min-height: 300px;
}
}
height: 500px;
}
.carousel .item {
height: 500px;
}
.carousel .item img {
min-height: 500px;
}
@media (max-width: 768px) {
.carousel {
height: 300px;
}
.carousel .item {
height: 300px;
}
.carousel .item img {
min-height: 300px;
}
}
2017-05-13