Breadcrumb Navigation CSS Generator

Generate CSS breadcrumb navigation with live preview.

4.3Kuses
8.4/10(469)
Home/Products/Electronics/Laptops
14px
8px

CSS Code

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  list-style: none;
  padding: 0;
}

.breadcrumb-item a {
  color: #a0a0b0;
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb-item a:hover {
  color: #6366f1;
}

.breadcrumb-item.active {
  color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #555;
  margin-right: 8px;
}

Recommended Products

Ad

Affiliate Disclosure: As an Amazon Associate, ToolBird earns from qualifying purchases. Links above are affiliate links — if you buy through them, we may earn a small commission at no extra cost to you.

Disclaimer: This tool is provided as-is for informational and educational purposes only.

ToolBird Assistant

Find the right tool instantly

Hey! I'm ToolBird Assistant. Tell me what you need and I'll find the right tool for you.