Design comparison
Solution retrospective
Hi, can you give a feedback about my code, i am kind of confused about how to name class reusably.
Community feedback
- @JessicaStrachanPosted almost 4 years ago
I don't see anything wrong with your use of BEM naming Theodorus, I think you've used it well :)
If you wanted to extend it further you could use it on the classes
main-title
andtext-small
, for example:card__title
andcard__text
. I think you are showing use of class names being reused with your typography classes andcard__social
. However I would personally lose thecard__social
class as you're not applying any styling so it wouldn't make a difference if they were just plain divs.2@theodorusclarencePosted almost 4 years ago@JessicaStrachan Hi! thankyou for your feedback, its really nice to get feedbacks from fellow developers!
1 - @ApplePieGiraffePosted almost 4 years ago
Hey, Theodorus Clarence! 👋
Nice work on this challenge! 👍 Your solution looks good and I like how you used
vh
andvw
to place the background SVGs in this challenge to keep them from moving all around when the page is resized! 😉Keep coding (and happy coding, too)! 😁
1
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