Responsive mobile-first nft card component

Solution retrospective
Hello guys,
This is my second attempt to recreate this design. This was one of my first designs to implement before I was fully familiar with concepts like:
- keeping your code DRY
- using the right units
- CSS variables
Appreciate any feedback! :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @phaevourkhris
Hi Noemi, I think you really did a good job. Goodluck
Marked as helpful - @al3xback
Hi Noemi,
It is better to change
height
tomin-height
on body. try to zoom-in until the browser height smaller than the content, and see the difference. min-height allows better view to see full content.Marked as helpful - @skyv26
Hi! Noemi, Really Good, you did it this time really awesome.
Add
overflow: hidden
in .main css class.Overflow Nice Work. Now move on next one.
Good Luck
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