StealThis .dev

Divider Label

Horizontal divider line with centered or left-aligned text label — used for section separators like "or continue with".

Open in Lab
css
Targets: HTML

Code

Divider Label

Section separators with optional text or icon labels.

Variants

  • Centered text — classic “OR” / “continue with” separator
  • Left-aligned text — section heading with trailing line
  • With icon — emoji or SVG icon between the lines
  • Gradient fade — lines fade to transparent at the edges for a soft look

Usage

Use role="separator" on the wrapper element. The line effect is achieved with CSS ::before and ::after pseudo-elements using flex: 1 and a border-top, avoiding extra markup.