DEV Community

Cover image for Day-29 of Coding!
Harsh
Harsh

Posted on

5 3 1 2

Day-29 of Coding!

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)

Collapse
 
taha_ali_31d42c4f58d595c0 profile image
Taha ali

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.

Collapse
 
harshvdev profile image
Harsh

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.

Collapse
 
nathan_tarbert profile image
Nathan Tarbert

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?

Collapse
 
harshvdev profile image
Harsh

Absolutely. I used to think cramming was faster, but daily practice builds way more depth and confidence.

👋 Kindness is contagious

Explore this insightful write-up, celebrated by our thriving DEV Community. Developers everywhere are invited to contribute and elevate our shared expertise.

A simple "thank you" can brighten someone’s day—leave your appreciation in the comments!

On DEV, knowledge-sharing fuels our progress and strengthens our community ties. Found this useful? A quick thank you to the author makes all the difference.

Okay