
NFT preview card using HTML and CSS with methodology BEM
Design comparison
Solution retrospective
I was proud to learn a new way to write CSS with BEM
What challenges did you encounter, and how did you overcome them?My challenge in this project was to create a hover effect on the image.
What specific areas of your project would you like help with?Any tips or suggestions to improve my code will always be welcome.
Community feedback
- @MohamedSharqawiPosted 3 months ago
Your solution designed perfectly for desktop screens and mobile screens, but it is not for tablet screens or any screen between
1000px
and476px
, and the reason for that is that you usevw
as a width in the.card
container, which is not recommended for this project, so put a fixed width that matches all screens and in the same time looks perfect likewidth: 300px;
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin 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