Solution Huddle Landing Page Using CSS

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
Please log in to post a comment
Log in with GitHubCommunity feedback
- @nelsonleone
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🎊
- @Omoh123
Your
img
element should have analt
attribute. <img src="cat/png" alt="image">
Join 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