Tables

Tables in Rongila CSS follows a standard design and responsive by default#

Example -#

<div class="overflow-scroll">
<table class="border-white">
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Age</th>
<th>Contact no</th>
<th>Contact no</th>
<th>Contact no</th>
</tr>
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
<td>50</td>
<td>50</td>
<td>50</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
<td>50</td>
<td>50</td>
<td>50</td>
</tr>
</table>
</div>

Use this class="overflow-scroll" for responsive purposes

Output -#