CSS: slim border for table td

0 votes
190 views
added Feb 27, 2018 in CSS by LC Marshal Captain (25,790 points)
table {
    border-collapse: collapse;
}
td, th {
    border: 1px solid red;
}
lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...