"Bootstrap Content Slider"
Bootstrap 3.2.0 Snippet by webdevron

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link href='http://fonts.googleapis.com/css?family=Lato:400,700|Exo+2:700,400' rel='stylesheet' type='text/css'>
<div class="container">
<div class="row">
<section class="col-xs-12">
<div id="carousel-example-generic" class="carousel slide box" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1" class=""></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<div class="row">
<h2 class="center-block">Bootstrap is an AWESOME Plugin</h2>
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="block block-1">
<h4>Easy to install</h4>
<button class="btn btn-default btn-lg">Learn More</button>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="block block-2">
<h4>Easy to learn <span class="hidden-md">& use</span></h4>
<button class="btn btn-default btn-lg">Learn More</button>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="block block-3">
<h4>Easy to Customize</h4>
<button class="btn btn-default btn-lg">Learn More</button>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
h2,h3,h4,h5{
font-family: 'Exo 2', sans-serif;
font-weight: bold;
}
.box{
border: solid 1px #FFF;
outline: solid 1px #e0e0e0;
}
p,b{
float: left;
display: block;
font-family: 'Lato', sans-serif;
}
.carousel{
margin-top: 30px;
position: relative;
padding-bottom: 50px;
background-color: #D8D8D8;
}
.item{
min-height: 325px;
padding-left: 30px;
padding-right: 30px;
}
.item h2{
width: 80%;
color: #FFF;
padding: 15px;
font-size: 38px;
margin-bottom: 30px;
text-align: center;
text-shadow: 1px 2px 3px #444;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments:

I'm sure I've missed the obvious, but , how does one set the carousel/slider parameters such as speed, transition, arrows, etc. Thanks for the post.

--- Tom

10Goto10 () - 6 years ago - Reply 0


thanks for sharing. http://dikmencilingir.com

Çilingir ağı () - 7 years ago - Reply 0


thanks for sharing. Browse web site https://mwebtasarim.com/
https://goo.gl/YDd4p1

Ömer ÖZER () - 8 years ago - Reply 0