Design comparison
Solution retrospective
Being able to produce a similar page to given design
What challenges did you encounter, and how did you overcome them?Aligning image to center after adding reset stylesheet was a bit tricky. I managed to align it properly using flexbox display on image container div.
What specific areas of your project would you like help with?I wasn't sure of the effects of selecting/clicking the links through the keyboard.
Community feedback
- @thamu-acnPosted 2 months ago
I removed the hover effect and replaced it with focus after I saw the instruction "Ensure visitors can navigate the links only using their keyboard."
At the moment the background color changes when the button links have focus through keyboard tab
0 - @SvitlanaSuslenkovaPosted 2 months ago
You can add effect on hover of the link in css: a:hover {background: "some new color here"}
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