Article-preview-component. responsive. mobile first workflow.

Solution retrospective
This first time using JS so I spent a lot of time.
What specific areas of your project would you like help with?Any best practices for using JS.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @brukmg
Hey good work, you're definitely getting the hang of this! Just a few small tweaks here and there, and you'll be on your way to writing even more efficient code. Well done!
- There are hard-coded colors in your code. Using variables for colors is best practice. Maintainability and readability will be improved
- Instead of using section as the main container, it would be more semantic to use main tag.
- You did well on the share bubble but you forgot the bubble arrow
Marked as helpful
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