"Womens Waxing responsive table"
Bootstrap 3.3.0 Snippet by chef1974

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="table-responsive">
<table class="table">
<thead>
<tr>
<th>Product</th>
<th>Warm</th>
<th>Hot</th>
</tr>
</thead>
<tbody>
<tr>
<td>Full Leg </td>
<td>£28.00</td>
<td>£32.00</td>
</tr>
<tr>
<td>Full Leg & Bikini</td>
<td>£35.00</td>
<td>£42.00</td>
</tr>
<tr>
<td>Full Leg & Brazilian</td>
<td>£45.00</td>
<td>£58.00</td>
</tr>
<tr>
<td>Full Leg & Hollywood</td>
<td>£55.00</td>
<td>£65.50</td>
</tr>
<tr>
<td>Lower Leg</td>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: