"hosting price"
Bootstrap 3.0.0 Snippet by karimsharf12252

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.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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">
<div class="col-md-12">
<div class="detalis all holder image price">
<div class="detalis holder about image price">
<h2>OUR <span> PRICING </span></h2>
</div>
<div class="detalis about image price">
<h2>LOREM IPSUM DOLOR</h2>
</div>
<div class="hr-title-holder about image price">
<div class="hr-title">
<hr>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="price-table">
<div class="container">
<div class="row">
<div class="col-sm-4 col-md-4">
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
.price-table {
margin-top: 16px;
}
.pricing {
padding: 20px;
border-radius: 5px;
margin-bottom:30px;
}
.pricing-top {
width: 140px;
height: 140px;
border-radius: 100%;
border: 5px solid #fff;
margin: 0 auto;
}
.pricing-top p{
margin-top: 20px;
}
.pricing-top sup {
font-size: 40px;
top: -5px;
left: 0px;
}
.pricing-top em {
font-size: 47px;
font-family: fantasy;
}
.pricing-top span {
text-transform: uppercase;
font-size: 16px;
margin-left: 3px;
}
.pricing ul{
padding: 0;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: