css table size code example
Example 1: table border css
table, th, td {
border: 1px solid black;
}
Example 2: css font size
// to scale font size in relation to its parent element
style="font-size: 2vw;"
table, th, td {
border: 1px solid black;
}
// to scale font size in relation to its parent element
style="font-size: 2vw;"