
Design comparison
Solution retrospective
I have refactored this solution using Sass and some of the techniques I learned recently for a better responsive design.
Community feedback
- @vanzasetiaPosted over 3 years ago
👋Hi Eduard Mekler!
I have some feedback on this solution:
- For the
stat
, I recommend to useul
and the child element would beli
. - You should not apply desktop layout on 376px, since it's too early. My recommendation is that don't take the design width as your breakpoint. You should resize your browser open dev tool to see when it has enough room to become two columns.
- Some best practices to follow, use
rem
or sometimesem
units for almost everything and use BEM Methodology to name your classes.
That's it! Hopefully this is helpful!
Marked as helpful1@emekler0729Posted over 3 years ago@vanzasetia Thanks! I came back to this project and implemented some these suggestions as well as using Sass.
0 - For the
- @brkclnPosted over 3 years ago
When i resize it, its overflowing.. Like this: https://prnt.sc/1j9bwno (after 376px)
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