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?Faded background color in footer, used absolute positioning
What specific areas of your project would you like help with?N/A
Community feedback
- @dedo-devPosted 2 months ago
Hi @vcollins1, great job by solving this challenge 💪 I want to bring to your attention a few things you might want to fix.
- The layout it's not fully responsive, on 320px and on large screens > 1440px the layout broke;
- Improve your
alt
text; - Footer image stretch on large devices, in this case, I think the proper way to apply the image is by setting it as
background-image
; - Check the typography to keep it as design spec;
- Avoid fixed width and height, even to make buttons, you can make them using the
padding
;
Let me know if I may help you to improve this solution, I hope you find it useful 🤞
Ciao ✌️
Keep Learning 📖 Keep Coding 💻
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