Design comparison
Solution retrospective
Hi everyone. I attempted this project as a way of getting back on the saddle but was stumped on the overlay 😂😂. I figured it out eventually though (thank god and google). Anyway, feedback would really be appreciated. Thanks 🤗.
Community feedback
- @vanzasetiaPosted almost 3 years ago
Greetings, @Onyeka-Aribeana! 👋
Congratulations on finishing this challenge! 🎉
Yeah, when I was doing this challenge, the image overlay was the most challenging part of this challenge. Glad to know that you're finally able to find the solution. 😀
I have some feedback on this solution:
- Accessibility
- Well done on using
main
landmark! 👍 - Use interactive elements (
a
) for any elements that have:hover
or:active
states. - For the equilibrium image, add alternative text that says View equilibrium. The alternative text of it should work as the label or text content of the link element.
- Good job on taking care of those decorative images! 👏
- Use CSS
border
property to create the line.hr
element has a role as a separator. In this case, the content below the line should not be separated. - Use
rem
or sometimesem
unit instead ofpx
. Usingpx
will not allow the users to control the size of the page based on their needs.
- Well done on using
- Styling
- Don't limit the height of the
body
element, it will not allow the users to scroll the page if the page content needs moreheight
. Usemin-height
instead.
- Don't limit the height of the
That's it! Happy coding! 😁
Marked as helpful1@Onyeka-AribeanaPosted almost 3 years ago@vanzasetia Thanks for your feedback 🤗. I really appreciate it. I will apply your really helpful tips to my work.
0 - Accessibility
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