What’s the Best Way to Get Comfortable with Flexbox?

0
9
Asked By CodingExplorer88 On

Hey everyone! I've just started my journey into coding and have completed the basics of HTML and CSS. However, I've hit a wall with Flexbox—I've been stuck trying to grasp it for about two days now. I'm curious if anyone else has struggled with Flexbox and what strategies or resources helped you become more proficient. I have a feeling I'm missing some small concept that's crucial for understanding this layout technique, and I'd really like to avoid jumping ahead to JavaScript without getting a solid grasp on Flexbox first.

2 Answers

Answered By WebDevWanderer On

I totally get where you're coming from! Personally, I found the Mozilla documentation really helpful when I was learning Flexbox. It's clear and has useful examples. Flexbox and CSS Grid are actually simpler than a lot of the older layout techniques. What I did was write some basic HTML and then just played around with the CSS properties to see how they affected the layout. It's a hands-on way to learn!

Answered By LearningNinja45 On

If you’re teaching yourself, I’d recommend checking out free online courses since they’re typically well-structured. I use The Odin Project, though I found their Flexbox section could use some improvement. Can you share what exactly is tripping you up? Understanding the properties and when to use them can be tricky, but I’d love to help clarify!

CodingExplorer88 -

Thanks for the suggestion! I’m on The Odin Project already. I’m trying to experiment with Flexbox, but some things aren't working as expected. I think I just need to get a better grip on the properties and how they interact.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.