Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

table-classes

<table class="table 
table-borderless
table-dark
 table-hover 
 table-sm
 table-condensed
">
  
</table>
<table 
class="
table-bordered
table-striped">

		<thead 
        class="thead-light
        ">
        
        </thead>
</table>
Source by getbootstrap.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
4+5 =