.tabs_title { display: flex; } .tabs_title li { margin-right: 15px; } .tabs_title .active { color: red; } .tabs_content li { display: none; } .tabs_content .active { display: block; }