CSS Tabs Generator

Generate CSS tabs with live preview. Multiple styles with customizable colors.

10.7Kuses
8.7/10(112)
General
Settings
Advanced
Content for General tab
12px
14px
4px

CSS Code

.tabs {
  display: flex;
  gap: 4px;
  border-bottom: 2px solid #333355;
}

.tab {
  padding: 12px 20px;
  color: #a0a0b0;
  font-size: 14px;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
  transition: all 0.2s;
}

.tab.active {
  color: #ffffff;
  border-bottom-color: #6366f1;
}

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.