"Rates"
Bootstrap 3.0.0 Snippet by b0denk

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 ---------->
<h2>Rate Information</h2>
<hr />
<!--Pack-->
<div class="col-md-12">
<div class="panel panel-xid">
<div class="panel-heading">
<h3 class="title-head"><strong>Pack Information</strong></h3>
</div>
<table class="table table-striped table-bordered">
<thead>
<tr>
<td>Services</td>
<td style="text-align: center;">Details</td>
<td>Additional Information</td>
</tr>
</thead>
<tbody>
<tr>
<td>Preloaded Value</td>
<td style="text-align: center;">RM 3</td>
<td>·</td>
</tr>
<tr>
<td>Validity</td>
<td style="text-align: center;">365 days</td>
<td>* Every top up automatically extends the validity.</td>
</tr>
</tbody>
</table>
</div>
</div>
<!--//Pack-->
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
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: