/* Tab container */ .tabs { display: flex; } /* Individual tab */ .tab { padding: 10px 20px; background-color: #6e6b66; color: #ffffff; cursor: pointer; margin-right: 10px; transition: background-color 0.3s, color 0.3s; } /* Tab content */ .tab-content { display: none; } /* Show tab content when tab is active */ .tab-content.active { display: block; } /* Hover effect */ .tab:hover { color: #6e6b66; background-color: #ffffff; }

Search results for: 'santa-barbara-hickory-ccsb706.html'