Huddle landing page using CSS Grid and BEM
Design comparison
Solution retrospective
In this project, I've implemented CSS Grid and BEM that I learned while doing this project. CSS grid very simple to use for 2-dimension layouting instead of flexbox which is best for 1 dimensional. Also, I've implemented BEM naming convention "class" for cleaner structure both HTML and CSS.
Any feedback? 😊
Community feedback
- @rfilenkoPosted over 4 years ago
Hey Bryan, nice work, with grid you can also define gaps between items, pretty usefull and adding additional left ans right column like minmax (1rem, 1fr) - with that you can skip defining max-width on grid-container😉.
Cheers, Roman
0@bryandaniswaraPosted over 4 years ago@rfilenko thanks for the feedback, i'll dive deep more on css grid 👌
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