"Pricing Table"
Bootstrap 3.3.0 Snippet by banarjeejosh

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 ---------->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<div id="PricingTab">
<div class="container">
<h2>Our Sample Pricing</h2>
<hr class="White-Yellow">
<div class="row">
<table class="table table-condensed table-hover">
<thead>
<tr>
<th class="tabco1 ">Features</th>
<th class="tabco2" >·Starter
$$$ / 100 Words</th>
<th class="tabco3">Converter
$$$ / 100 Words</th>
<th class="tabco4" >Maximizer
$$$ / 100 Words</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tabco1" >100% Uniqueness</td>
<td class="tabco2" ><i class="fa fa-check rightSign" aria-hidden="true"></i></td>
<td class="tabco3"><i class="fa fa-check rightSign" aria-hidden="true"></i></td>
<td class="tabco4"><i class="fa fa-check rightSign" aria-hidden="true"></i></td>
</tr>
<tr>
<td class="tabco1" >Proof Checking</td>
<td class="tabco2" ><i class="fa fa-times crossSign" aria-hidden="true"></i></td>
<td class="tabco3" ><i class="fa fa-check rightSign" aria-hidden="true"></i></td>
<td class="tabco4" ><i class="fa fa-check rightSign" aria-hidden="true"></i></td>
</tr>
<tr>
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
#PricingTab {
background-image: url('http://techprocircle.com/wp-content/uploads/2016/08/pricing_bg.jpg');
background-size: 100% 100%;
background-attachment: fixed;
padding: 100px 0;
}
#PricingTab h2{
font-family: 'Lato', sans-serif;
font-weight: 700;
font-size: 35px;
color: #fff;
text-transform: uppercase;
text-align: center;
}
#PricingTab table{
max-width:800px;
margin: 0 auto;
box-shadow: 1px 1px 149px 0px rgb(24, 25, 25);
}
.tabco1 {
background: #fff;
width: 40%;
padding: 10px !important;
}
th.tabco1 {
background: #fff;
padding: 32px 10px !important;
font-size: 18px;
text-transform: uppercase;
color: #000;
}
.tabco2 {
background: #009688;
text-align: center;
color: #fff;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments:

gdfgdggdg

dfgdfgfg () - 8 years ago - Reply 0