NFT preview card component

Please log in to post a comment
Log in with GitHubCommunity feedback
- @skyv26
Hi @mohamedsec,
Great job on the project! 👍
Just a small suggestion: Instead of using
<article class="container flex-column">
, consider using a<div>
. Since it’s a card and a small application, a<div>
would be more appropriate here. This change can also help reduce the DOM load, improving performance slightly. 💡Overall, your styling is solid and the CSS properties are used well. Keep it up! 👏
Let me know if you need any further help!
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