"Untitled"
Bootstrap 4.1.1 Snippet by prabu0301

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.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/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 ---------->
<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-9">
<table class="table table-list-search">
<thead>
<tr>
<td>DOM Large Cap Equity Fund*</td>
<td colspan="4">Date Of Insecption :10 March 2019</td>
</tr>
<tr>
<th>Scheme Name & Benchmarks</th>
<th>1 Year</th>
<th>3 Years</th>
<th>5 Years</th>
<th>Since Inception</th>
</tr>
</thead>
<tbody>
<tr>
<td>DOM Large Cap Equity Fund - Growth</td>
<td>-3.15%</td>
<td>10.93%</td>
<td>12.29%</td>
<td>20.255%</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
body {
margin-top: 2%
}
table{border: 1px solid #c9c9c9;margin:40px 0;}
.table thead>tr>th {
vertical-align: bottom;
border-bottom: 1px solid #cfcdce;
text-align:center;
color: #fff;
background: #4f535e;
padding:10px;
}
.table thead>tr>td{
background:#ededed;
font-weight:bold;
}
td {
text-align:center;
padding:20px !important;
}
th:nth-child(1),td:nth-child(1){text-align:left !important;}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: