Article-preview-component

Please log in to post a comment
Log in with GitHubCommunity feedback
- @TrEv0rRrRr
Hi men! Good work on that challenge, I think you can add this suggestions to improve your code:
For a better responsiveness never use width o height, use instead
min/max-width
andmin/max-height
to limit the size of the div and avoid to deform it when the window size change. Also use relative values likerem
orem
instead ofpx
or%
for width/height or font-size.On the other hand, I like the transition you added when clicking the button. I'll copy that xD.
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