<style> .insurancecompany{ width: 100%; } .insurancecompany tr th{ background:#005ead !important; text-transform: uppercase; padding: 7px 10px; color: #fff; } .insurancecompany tr td{ background:#f5f5f5; padding: 7px 10px; } .insurancecompany tr:nth-child(odd) td{ background:#fafafa; } .insurancecompany tr td:first-child, .insurancecompany tr td:last-child { text-align: center; } </style><table class="insurancecompany"> <tbody><tr> <th width="5%" style="text-align:center">SN.</th> <th width="85%">Company Name</th> <th width="10%" style="text-align:center">Links</th> </tr> <tr> <td>1</td> <td>Nepal Reinsurance Company Limited</td> <td><a href="https://nepalre.com.np/" target="_blank">View Site</a></td> </tr> <tr> <td>2</td> <td>Himalayan Reinsurance Limited</td> <td><a href="https://himalayanre.com/" target="_blank">View Site</a></td> </tr> </tbody></table>