Answers for "<table class="table table-bordered table-hover" style="border-color: red;">"

1

bootstrap table dense

<!-- BOOTSTRAP V3 -->
<table class="table table-condensed">
  ...
</table>
<!-- BOOTSTRAP v4 -->
<table class="table table-sm">
  ...
</table>
Posted by: Guest on June-30-2020

Code answers related to "<table class="table table-bordered table-hover" style="border-color: red;">"

Browse Popular Code Answers by Language