Border collapse
Utilities for controlling whether table borders should collapse or be separated
Class reference
Separate
Use border-separate
to force each cell to display its own separate borders.
Collapse
Use border-collapse
to combine adjacent cell borders into a single border when possible. Note that this includes collapsing borders on the top-level <table>
tag.
On this Page
v1.13.5