Day-29 of Coding!
Harsh

Harsh @harshvdev

About: • Aspiring Web & AI Developer - India • Learning by building real projects - #100DaysOfCode • Open Source Enthusiast @Harshvdev

Joined:
Apr 20, 2025

Day-29 of Coding!

Publish Date: May 18
11 4

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!

Comments 4 total

  • Taha ali
    Taha aliMay 19, 2025

    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.

    • Harsh
      HarshMay 19, 2025

      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.

  • Nathan Tarbert
    Nathan TarbertMay 23, 2025

    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?

    • Harsh
      HarshMay 23, 2025

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

Add comment