TABLES STYLE
| S.No | Heading 1 | Heading 2 | Heading 3 |
|---|---|---|---|
| 1 | Lorem | Lorem | Lorem |
| 2 | Lorem | Lorem | Lorem |
<section class="shortcodes g-sec">
<div class="container">
<div class="row">
<div class="col-12">
<div class="shortcode-block">
<div class="tables-style-1">
<div class="row justify-content-center">
<div class="col-md-12 col-12">
<table class="table">
<thead>
<tr>
<th scope="col">S.No</th>
<th scope="col">Heading 1</th>
<th scope="col">Heading 2</th>
<th scope="col">Heading 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Lorem</td>
<td>Lorem</td>
<td>Lorem</td>
</tr>
<tr>
<td>2</td>
<td>Lorem</td>
<td>Lorem</td>
<td>Lorem</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
| S.No | Heading 1 | Heading 2 | Heading 3 |
|---|---|---|---|
| 1 | Lorem | Lorem | Lorem |
| 2 | Lorem | Lorem | Lorem |
<section class="shortcodes g-sec">
<div class="container">
<div class="row">
<div class="col-12">
<div class="shortcode-block">
<div class="tables-style-2">
<div class="row justify-content-center">
<div class="col-md-12 col-12">
<table class="table">
<thead>
<tr>
<th scope="col">S.No</th>
<th scope="col">Heading 1</th>
<th scope="col">Heading 2</th>
<th scope="col">Heading 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Lorem</td>
<td>Lorem</td>
<td>Lorem</td>
</tr>
<tr>
<td>2</td>
<td>Lorem</td>
<td>Lorem</td>
<td>Lorem</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
| S.No | Heading 1 | Heading 2 | Heading 3 |
|---|---|---|---|
| 1 | Lorem | Lorem | Lorem |
| 2 | Lorem | Lorem | Lorem |
<section class="shortcodes g-sec">
<div class="container">
<div class="row">
<div class="col-12">
<div class="shortcode-block">
<div class="tables-style-3">
<div class="row justify-content-center">
<div class="col-md-12 col-12">
<table class="table">
<thead>
<tr>
<th scope="col">S.No</th>
<th scope="col">Heading 1</th>
<th scope="col">Heading 2</th>
<th scope="col">Heading 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Lorem</td>
<td>Lorem</td>
<td>Lorem</td>
</tr>
<tr>
<td>2</td>
<td>Lorem</td>
<td>Lorem</td>
<td>Lorem</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>