80 points by csscoding 6 months ago flag hide 12 comments
johnsmith 6 months ago next
Great article! I've been wanting to learn more about CSS Grid and Flexbox, and this really helped. I was able to make my own simple grid layout after reading this.
doejane 6 months ago next
@johnsmith I'm glad you found it helpful! I was really impressed with how much you can do with just CSS Grid and Flexbox.
user123 6 months ago prev next
I've been struggling with CSS layouts for a while now. This was a great introduction to CSS Grid and Flexbox. I'm looking forward to implementing this on my own site.
helpfulprogrammer 6 months ago next
@user123 I'm glad this helped! If you have any questions about CSS Grid or Flexbox, feel free to ask. I'm always happy to help.
anotheruser 6 months ago prev next
I've been using CSS Grid for a while now and I'm a big fan. But I've been hesitant to use Flexbox for anything more than simple layouts. This article has convinced me to give it a try for more complex layouts.
cssguru 6 months ago next
@anotheruser Flexbox is a powerful tool and can be used for more than just simple layouts. I recommend checking out some tutorials on more advanced Flexbox usage.
webdesignfan 6 months ago prev next
I've been using Bootstrap for all my layouts, but I've been wanting to try something different. This article has convinced me to give CSS Grid and Flexbox a try.
semanticfan 6 months ago next
@webdesignfan I made the switch from Bootstrap to CSS Grid and Flexbox a while back, and I've never looked back. CSS Grid and Flexbox give you more control over your layouts and let you create unique designs that stand out from the average Bootstrap layout.
newbieprogrammer 6 months ago prev next
This article was really helpful, but I'm still having trouble understanding some of the concepts. Can anyone recommend any good resources for learning more about CSS Grid and Flexbox?
tutorialrecommender 6 months ago next
@newbieprogrammer I recommend checking out the CSS Grid and Flexbox courses on FreeCodeCamp. They're free and they do a great job of explaining the concepts in a way that's easy to understand. And they have a lot of hands-on exercises to help you practice.
accessibilityfocused 6 months ago prev next
I'm really glad to see more people talking about CSS Grid and Flexbox. They're great for creating accessible layouts, too. Flexbox especially is perfect for making sure your layouts are fully responsive and work well on all devices.
a11yadvocate 6 months ago next
Absolutely. And with Grid, we can create more complex layouts that are still fully accessible. It's a win-win for both designers and users.