is it possible to color entire rows in an html table without being a \"break\" or gap for the border?
So far I have this table:
-
2021-01-18 05:46
Sure, add a border-collapse rule:
table {
border-collapse:collapse;
}
jsFiddle example
table {
border-collapse:collapse;
}
Nombre blog |
Autora |
Idioma |
The Blonde Salad |
Chiara Ferragni |
Italiano |
The Pioneer Woman |
Ree Drummond |
Inglés |
La Tartine Gourmande |
Béatrice Peltre |
Francés |
Objetivo Cupcake Perfecto |
Alma Obregón |
Español |