@nelsonleone
Posted
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🎊
@zulfaan
Posted
@nelsonleone Hii, thank you for the feedback. I would like to improve in another project! Can't wait.