Answers for "css table size"

11

table border css

table, th, td {
  border: 1px solid black;
}
Posted by: Guest on April-14-2020
2

css table width

<table style="width: 100%;">...</table>
Posted by: Guest on September-05-2021
1

css font size

// to scale font size in relation to its parent element
style="font-size: 2vw;"
Posted by: Guest on July-02-2020

Browse Popular Code Answers by Language