Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
finishing the project
What challenges did you encounter, and how did you overcome them?the active hover toggle is not working the top profile pictures did not adjust well even on other screen sizes the small screen size media query width was not picking so they all floated on the left. I did not manage to overcome the above challenges
What specific areas of your project would you like help with?the active hover toggle is not working the top profile pictures did not adjust well even on other screen sizes the small screen size media query width was not picking so they all floated on the left. any assistance would be appreciated
Community feedback
- @developer-rubenPosted 6 months ago
Hi!
Here are my tips:
- The hero images must be overflowing the body, one of the ways this can be done is by positioning the images absolute so it is removed from the regular flow
- The colors of the steps are a bit darker than the design
- Prevent using css in your html, better to keep it in a separate file
- Try using semantic tags as main, article and section instead of just divs to make the page more accessible
Best, Ruben
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