Pure HTML + CSS + JS solution using CSS flexbox layout
Design comparison
Solution retrospective
I tried to take the feedback of my first submitted solution into account: I hosted the required font directly inside the project and also used a set of CSS reset rules to faciliate development.
What specific areas of your project would you like help with?Since I worked on this challenge as part of the "Web Accessibility" learning path, I would appreciate improvement suggestions regarding that topic.
Community feedback
- @KapteynUniversePosted about 1 month ago
To answer your request; i do believe there are times for alt texts are not necessary, like here. These are for cosmetics purposes
<img src="./images/icon-star.svg" alt="Icon Star"> <img class="thank-you-img" src="./images/illustration-thank-you.svg" alt="Illustration of mobile phone">
if you just put
alt=""
i think screen readers jumps themAlso pixels are fixed sizes and don't scale well on different devices. Instead, use rem or em, which are relative units that adjust based on user settings, making your design more flexible, responsive, and accessible.
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