Design comparison
Solution retrospective
hey, this is my solution. I would be happy if you can checked my solution and tell me what I should improve with my solution
Community feedback
- @nelsonleonePosted almost 2 years ago
Hi , congrats on completing the challenge🎊🎊🎊
here's some things i noticed, i think you can use to improve your solution , or use in another project. The logo image at the footer, you can use vscode to open the svg image and change the fill to white. OR
You can use a css trick of
filter: brightness(0) invert(1);
works fine.For the header and intro, you can set a max-width on them so they are on the same line.
header, intro-section{ max-width:90%; margin-inline:auto; }
have fun coding, i like your solution🎊
0@zulfaanPosted almost 2 years ago@nelsonleone Hii, thank you for the feedback. I would like to improve in another project! Can't wait.
0 - @Omoh123Posted almost 2 years ago
Your
img
element should have analt
attribute. <img src="cat/png" alt="image">0@zulfaanPosted almost 2 years ago@Omoh123 Hii, thank you for the feedback. I forgot about that.
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