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

Today I focused on layout in CSS—specifically:
-
float
andclear
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