Mobile first using Flexbox & Grid, Sass + vanilla JS

Solution retrospective
Hi there,
feedback appreciated!
Thank you.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @tediko
Hello, Agnieszka! 👋
I didn't expect you to finish this fast 😅 Your solution looks very good and also responds well. We've talk about it yesterday but I just want to link you some resources to help you understand BEM better. link1 - en - very straight forward, simple example. link2 - pl - this was my first video I watched about BEM. I think it is very descriptive but I think it is a bit long-winded.
Read about semantic. Semantic elements lead to more consistent code, they are easier to read and improve accessibility. Your
.wrapper
can be a<section>
and your.accordion
should be afooter
element.Personally I'd use
parapgraph
for.heading--secondary
text. It is description and doesn't need to be heading. Yourh1
heading is enough.Thanks for the shoutout in github readme! 😊 Good luck with that, have fun coding! 💪
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