
Solution retrospective
I'm proud of successfully completing this challenge with clean, accessible, and user-friendly code, and next time, I aim to improve my efficiency by completing it in less time.
What specific areas of your project would you like help with?I’d appreciate any feedback on how I can make my code cleaner, more efficient, and match the design more accurately.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @AdelineSey
Your HTML, CSS, and live site all look great! If you ever want to make your code easier to read and decipher, adding comments is super easy. To add a comment on your index.html page do this <!-- Example Text -->, and to add a comment on your style.css page do this /* Example Text */
I find adding comments really helpful for labeling what different parts of my code are for. It's especially helpful for when I take long breaks because I don't have to try so hard to remember what I was doing lol.
Only thing I'd recommend changing in your code is replacing the # on line 39 with a URL to your profile. Awesome work!
- @vanthinh01052001
good
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