I understood.
in your CSS file
code: table, td {border: 1pix solid red}
here 1pix = specify your border size, but should be in the same format
solid=i think its intensity of color(if you want to try something else, give after refering to w3schools/table) red=Color name (you can give any desired color name.)
if you want to specify the color name as a hexadecimal value, just replace βredβ with some kind of hexadecimal value, for example β#cdcdcdβ (it is not black).
If you are still in doubt, just come to me.
Parameshwar s
source share