"Pricing-Simple"
Bootstrap 3.3.0 Snippet by HtmlBootstrap.com

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 ---------->
<div class="container">
<div class="row text-center">
<div class="col-md-12">
<br/><br/>
<h3>
Hope you enjoy this snipppet, for more go to
<a href="http://www.htmlbootstrap.com/" target="_blank" style="text-decoration:none;color:red">www.htmlbootstrap.com</a> <br> <br><br>
Special Thanks to Bootsnipp
</h3>
<br/><br/>
</div>
</div>
<div class="row ">
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="db-wrapper">
<div class="db-pricing-seven">
<ul>
<li class="price">
<i class="glyphicon glyphicon-qrcode"></i>
BASIC - 29 $
</li>
<li>Web Designing</li>
<li>Web Designing</li>
<li>Logo Assesment</li>
<li>Digital Marketing</li>
</ul>
<div class="pricing-footer">
<a href="#" class="btn btn-default btn-lg">BUY <i class="glyphicon glyphicon-play-circle"></i></a>
</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
/*=============================================================
Authour URL: www.designbootstrap.com
http://www.designbootstrap.com/
License: MIT
======================================================== */
.db-pricing-seven {
margin-bottom: 30px;
margin-top: 30px;
text-align: center;
border: 1px solid #C5C2C2;
background-color: #EDEDED;
}
.db-pricing-seven:hover {
margin-top: 5px;
-moz-transition: margin-top 0.25s ease 0s;
-ms-transition: margin-top 0.25s ease 0s;
transition: margin-top 0.25s ease 0s;
}
.db-pricing-seven ul {
list-style: none;
margin: 0;
text-align: center;
padding-left: 0px;
}
.db-pricing-seven ul li {
border-bottom: solid 1px #D8D8D8;
padding-top: 20px;
padding-bottom: 20px;
cursor: pointer;
text-transform: uppercase;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments:

Web designing is a very interesting and profitable field because people sell hundreds pf goods and earn hundreds of dollars a month so that is why web designers offer a handsome amount in designing website.

Jenny eva () - 8 years ago - Reply 0


If you want to remove the moving effect when you hover a price simply delete ".db-pricing-seven:hover" in the CSS

Alessio Fanelli () - 9 years ago - Reply 0