Design comparison
Solution retrospective
Hi there,
feedback always appreciated! Thanks!
Community feedback
- @tedikoPosted over 3 years ago
Hello, Agnieszka! 👋
Congrats on finishing another challenge! Your solution responds well. Here's my small suggestions:
- Add some
padding
to your.wrapper
so your container doesn't stick to borders on mobile resolutions. - I would use
<ul>
unordered list for.card-3__text
instead of paragraph. - You write wrong BEM. Read more about it.
card card-1
tells us that these are two elements instead you should write element + modifier likecard card--intro
. (more descriptive names also, isntead of 1) Then you use element and modifier at oncecard-1__heading--primary
instead it should becard card--intro-heading-primary
etc. Really, take a read about it again. This will result in.
Good luck with that, have fun coding! 💪
0@axseingaPosted over 3 years agoHi tediko,
Thank you for taking time again to comment my solution and for your advises :) I will fix my code. I am constantly getting lost with BEM. I read two articles after your comment about it, but still when it comes to practise I am getting lost especially when nesting (it might grow very quickly). Can you please recommend any good source with examples maybe that I can read some more info about it? Thank you!
0 - Add some
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