Landings
Stacks
Colors
Submit
About
Tailwind CSS
Divide Style
Utilities for controlling the border style between elements.
Class
Properties
divide-solid > * + *
border-style: solid;
divide-dashed > * + *
border-style: dashed;
divide-dotted > * + *
border-style: dotted;
divide-double > * + *
border-style: double;
divide-none > * + *
border-style: none;