Himas Rafeek
Posted on: 3 years ago
CSS

CSS – Spacing between thead and tbody

Spacing between thead and tbody


                                          tbody:before {
    line-height: 1em;
    content: "-";
    color: white;
    /* to hide text */    display: block;
}