Card Feature Section using Everyday Layout and CSS Grid
Design comparison
Community feedback
- @sikulamartinPosted 3 months ago
i highly advice you to use flexbox insted of the display:grid, its more powerfull when it comes down to responsive design, it may be challanging to learn but once you master it it will change all of your responsive problems, for example if you look into my solution : https://66be42b9c24898168a9470d6--tourmaline-haupia-264682.netlify.app/ you can see how much smoother the responsive design looks with the flexbox
Marked as helpful0@JoshuaOluboriPosted 3 months ago@sikulamartin
Wow. Didn’t know I could achieve that in flexbox. Thank you
0 - @VincinChristmasPosted 3 months ago
the mobile looks fine, but on desktop, it doesn't meet the design requirements or look like the desktop design at all. Also, why did you use JavaScript in this project? If CSS can do it, it is best not to use JavaScript to do things that are easily handled by CSS. The assignment did not require the use of JavaScript as well, perhaps you may have done it for your own experimentation?
Sorry, I can't provide an critics about your use of grid, because I haven't learned it yet. I used flexbox for mine. also, I notice you are using flex and grid. Does it make more since to just use one?
0@JoshuaOluboriPosted 3 months ago@VincinChristmas Yes. I am experimenting with a new layout paradigm I found called Every Layout, hence the Javascript. I don’t have the figma files to nail the dimensions but I could do better
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