Day 16/250 – Full Stack Journey

Today I focused on layout in CSS—specifically: float and clear flexbox Float & Clear was a bit old-school but still important to understand. It kinda feels like a hack, but it's good to know when looking at older code. Flexbox, though… that’s a game-changer. It makes layout so much easier. Just using display: flex and playing with justify-content and align-items felt powerful. Finally got those boxes to behave

Apr 5, 2025 - 15:18
 0
Day 16/250 – Full Stack Journey

Today I focused on layout in CSS—specifically:

  • float and clear
  • flexbox

Float & Clear was a bit old-school but still important to understand. It kinda feels like a hack, but it's good to know when looking at older code.

Flexbox, though… that’s a game-changer. It makes layout so much easier. Just using display: flex and playing with justify-content and align-items felt powerful. Finally got those boxes to behave