nft card preview with html-sass

Solution retrospective
The first project done on my own, trying to get out of tutorial hell and it took so much time for a card component. Any feedback would be appreciated.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @dewslyse
Hello @tassieoshiro. Massive congrats on completing your first solo project 💪. Awesome job.
Some things to note:
- You could set a
max-width
on your.container
to prevent the card from growing unnecessarily big. This component has a max-width of375px
. - Your page is missing an
h1
. You could replace<h3>Equilibrium #3429</h3>
with<h1>Equilibrium #3429</h1>
All the best and happy coding.
- You could set a
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