16 Inch Basics Classic Towel Bar Rack Industrial Iron Pipe Towel Rack Holder(Black)
.tab-container {
display: flex;
justify-content: space-between;
border-bottom: 2px solid #e0e0e0;
padding: 10px 0;
margin-bottom: 10px;
}
.tab {
padding: 10px 20px;
text-align: center;
cursor: pointer;
color: #666;
font-weight: bold;
text-decoration: none;
}
.tab.active {
background-color: #28a745;
color: #fff;
border-radius: 4px;
}
.tab:hover {
color: #28a745;
}