"Feature Table"
Bootstrap 4.0.0 Snippet by tieusuquay79

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/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<table class="plan table table-hover table-bordered table-striped text-center table-fixed">
<thead>
<tr>
<th colspan="6">
<h2>Các tính năng</h2>
</th>
<th colspan="3">
<h5>VIP BẠC</h5>
</th>
<th colspan="3">
<h5>VIP VÀNG</h5>
</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="6">ĐĂNG TIN SỰ KIỆN</td>
<td colspan="3">Miễn phí</td>
<td colspan="3">Miễn phí</td>
</tr>
<tr>
<td colspan="6">Bán vé trực tuyến</td>
<td colspan="3"></td>
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
//pricing new (featues table)
table.plan td{
text-align: center;
}
table.plan tbody tr td:first-child {
text-align: left;
}
.table > thead > tr > th, .table > thead > tr > td {
border-bottom: 0;
letter-spacing: 1px;
vertical-align: top;
padding: 8px;
background: #c33;
text-transform: none;
color: #ffffff;
}
table.plan thead tr th:first-child {
text-align: left;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: