Does anyone know how to style tr as we like?
I\'ve used border-collapse on table, after that tr\'s can display 1px solid border I give them.
However, when I\
All the answers are way too long. The easiest way to add border radius to a table element that accepts border as a property, is doing border radius with overflow: hidden.
border: xStyle xColor xSize; border-collapse: collapse; border-radius: 1em; overflow: hidden;