Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Challenge completed under 35min !

#accessibility
Nam HaÏ 820

@Nam-Hai

Desktop design screenshot for the NFT preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Tried to do some easy challenge in minimum time possible. Almost under 30min. I think everything is as close as possible to the design

Thanks any way <3

Community feedback

@MojtabaMosavi

Posted

Good job, you've the proper markup. The only thing to point out is the fact that you could turn into a component and possibly resue it, Using some like BEM you would implement it as an block.

<article class="div">
    <div class="card__image"</div>
    <div class="card__content">
         <h2 class="card__heading"> </h2>
         <p class="card__text></p>
        <div class="card__profile></div>
    </div>
</article>

Keep coding :=)

Marked as helpful

0

Nam HaÏ 820

@Nam-Hai

Posted

@MojtabaMosavi Yep you are totally right, I have hard time following BEM for naming

0

@MojtabaMosavi

Posted

@Nam-Hai Spend some time getting familair with it, there is a ton of toturials.

0

Please log in to post a comment

Log in with GitHub
Discord logo

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