...

/

Solution: Accessible Tab Navigation Focus Highlight

Solution: Accessible Tab Navigation Focus Highlight

Let’s highlight the focused tab with a bold blue bottom border for clear keyboard navigation.

Problem description

You are given a horizontal navigation component that uses a set of buttons with the class .tab (such as "Home", "About", and "Contact") grouped inside a container with the class .tab-list.

Write CSS to meet the ...