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
- @MojtabaMosaviPosted almost 3 years ago
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 helpful0@Nam-HaiPosted almost 3 years ago@MojtabaMosavi Yep you are totally right, I have hard time following BEM for naming
0@MojtabaMosaviPosted almost 3 years ago@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 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