Search⌘ K

Accessible Input Focus Highlight

Explore how to enhance accessibility by styling input fields with custom focus highlights. This lesson teaches you to replace default outlines with a noticeable blue box-shadow on focus, improving navigation for keyboard users without altering HTML or using JavaScript.

Problem description

Given an HTML page with a <input class="accessible-input" type="text" placeholder="Your name">, write CSS to meet the following ...