Stats-preview-card-component-solution with SASS
Design comparison
Solution retrospective
I still have problems with the Mobile-first workflow and image adaptation.
Any recommendation is welcome
Community feedback
- @mamba-dev-KEPosted over 2 years ago
Hey there. Impressive attempt here. I used to code desktop first before, but I came to realize the beauty of incremental development where you start with a simple mobile layout where everything stacks on top of each other then add media queries where necessary to achieve the best render as the screen size increases. If you want to master responsive/mobile first web design....there is a free drip course by the master of CSS, Kevin Powell that I took and absolutely recommend. The course is absolutely key if you want to master responsive web design and it is taught by the best CSS teacher on the internet. Its free too ---> https://courses.kevinpowell.co/conquering-responsive-layouts
I looked at your code and would also recommend that you should not nest CSS rules in your SCSS files too deeply. One or two levels deep would be ideal for readability purposes.
1@hectorRperezPosted over 2 years ago@mamba-dev-KE Brother thanks for everything. really if. It's too hard for me to start with mobile first, I'm going to see the course you indicate and thank you for taking the time to provide feedback. Thanks for the SCSS data I will take it into account now
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