"material design- product"
Bootstrap 3.3.0 Snippet by jeevan123456

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="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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 ---------->
<section class="wrapper">
<div class="container-big">
<div>
<img src="" class="big-logo"/>
<h1 class="heading">
Listing
</h1>
</div>
<div class="content">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-4">
<div class="carbox">
<a class="img-carbox" href="http://www.big.com/2016/03/bootstrap-3-carousel-fade-effect.html">
<img src="https://1.bp.blogspot.com/-Bii3S69BdjQ/VtdOpIi4aoI/AAAAAAAABlk/F0z23Yr59f0/s640/cover.jpg" />
</a>
<div class="carbox-content">
<h4 class="carbox-title">
<a href="http://www.big.com/2016/03/bootstrap-3-carousel-fade-effect.html"> Bootstrap 3 Carousel FadeIn Out Effect
</a>
</h4>
<p class="">
Tutorial to make a carousel bootstrap by adding more wonderful effect fadein ...
</p>
</div>
<div class="carbox-read-more">
<a href="http://www.big.com/2016/03/bootstrap-3-carousel-fade-effect.html" class="btn btn-link btn-block">
Read More
</a>
</div>
</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
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,900);
html,
body {
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 100%;
width: 100%;
background: #FFF;
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
.wrapper {
display: table;
height: 100%;
width: 100%;
}
.container-big {
display: table-cell;
padding: 1em;
text-align: center;
vertical-align: middle;
}
.big-logo {
width: 100px;
margin-bottom:15px
}
h1.heading {
color: #fff;
font-size: 1.15em;
font-weight: 900;
margin: 0 0 0.5em;
color: #505050;
}
@media (min-width: 450px) {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: