"Untitled"
Bootstrap 4.1.1 Snippet by divyalahad

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/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row bootstrap snippets bootdeys" id="store-list">
<div class="col-md-6 col-xs-12">
<div class="panel">
<div class="panel-body">
<div class="row">
<div class="col-sm-5">
<a href="#"><img src="https://via.placeholder.com/300x300/FF4500/000000" class="img-responsive"></a>
</div>
<div class="col-sm-7">
<h4 class="title-store">
<strong><a href="#">Product name</a></strong>
</h4>
<hr>
<p>Iki kie mung omah lodong dadiine rodo murah tur yo ra awet wong karang mung murah, nek pingin awet yo tuku omah-omahan wae sing ra iso rusak.</p>
<p>
<a href="#" class="btn btn-default" disabled="" data-original-title="" title="">$12,990</a>
<a href="#" class="btn btn-warning pull-right" data-original-title="" title="">Buy Now</a>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-xs-12">
<div class="panel">
<div class="panel-body">
<div class="row">
<div class="col-sm-5">
<a href="#"><img src="https://via.placeholder.com/300x300/DA70D6/000000" class="img-responsive"></a>
</div>
<div class="col-sm-7">
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
body{
background-color: #f2f2f2;
margin-top:20px;
}
#store-list img {
width: 100%;
height: 170px;
border: 5px solid #ecf0f1;
margin-bottom: 7px;
}
#store-list h4.title-store a:hover {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
color: #f1c40f;
}
#store-list h4.title-store a {
color: #f39c12;
}
.btn.btn-default {
border-color: #bdc3c7;
background-color: #bdc3c7;
border: 1px solid #bdc3c7;
}
.btn.btn-warning {
border-color: #f1c40f;
background-color: #f1c40f;
border: 1px solid #f1c40f;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: