100DaysofCode
Day-29
Got introduced to Flexbox in The Odin Project and learned visually from the flexboxfroggy website.
- display: flex goes on the container, not items
- align-items (all) vs align-self (one)
- order changes the visual order without touching HTML (Still don't understand well)
- flex-direction, flex-wrap, justify-content, flex-flow, and align-content
I'll learn more about Flexbox tomorrow!
Top comments (4)
Great job on Day 29! 🙌
Flexbox can feel a bit tricky at first, especially with properties like
order
— but once you see them in action, it really clicks.order
is especially useful when you want to visually rearrange items without changing the HTML structure (great for responsive design!).Also, shoutout to Flexbox Froggy — such a fun way to learn!
Keep it up — you're making solid progress. Can't wait to see what you build once Flexbox becomes second nature.
Thank you, Taha! Some properties of Flexbox are tricky, like order and flex. It is fun to learn with interactive websites like Flexbox Froggy! I'm currently learning from Flexbox Zombies. It is fun, too.
been cool seeing steady progress - it adds up. you ever feel like learning new stuff stacks up faster when you just do a bit every day instead of cramming?
Absolutely. I used to think cramming was faster, but daily practice builds way more depth and confidence.