Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

table font size

<style>
    .table td, .table th {
        font-size: 10px;
    }
</style>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #table #font #size
ADD COMMENT
Topic
Name
3+5 =