Bootstrap offers various table styles. Have a look at Base CSS – Tables for documentation and examples.
The following style gives great looking tables:
<table class="table table-striped table-bordered table-condensed">
...
</table>
Bootstrap offers various table styles. Have a look at Base CSS – Tables for documentation and examples.
The following style gives great looking tables:
<table class="table table-striped table-bordered table-condensed">
...
</table>