Article Preview Component

Solution retrospective
Any feedback please!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @grace-snow
Hey Mesut, well done on the share section, that can be tricky to get right!
I'm viewing on mobile and the picture is really squished and stretched, all distorted, for me, so you may want to look at that again.
My main other tip for you is to use classes for all your css styling, not IDs. You shouldn't ever need to hook styles only ids. Their specifity is high and that's not something you'll want in bigger projects. Try to use a single class for each css selector, not multiple or nested classes and that will keep your specifity nice and low
Keep on coding! ☺
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