Design comparison
SolutionDesign
Community feedback
- @KitalpharPosted 3 months ago
Great Job!
Looks great and close to the original design. I noticed focusing with keyboard doesn't work, the reason for this is that a
<div>
element can't be focused. You could add a tabindex to the<div>
or by using<a>
elements (instead of the current<p>
) nested inside the<div>
...however in this case only the<a>
will be focused, you would need to have it fill the parent for the same effect. Consider looking into the:focus-within
pseudo class.0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord