...

/

Problem: Accessible Input Focus Highlight

Problem: Accessible Input Focus Highlight

Try to add a custom focus highlight to a text input for clear accessibility feedback.

Problem description

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