19
Tried my first CSS flexbox layout last night and my header jumped into the footer for no reason
Spent 45 minutes debugging before realizing I forgot to set height on the parent container, anyone else have that 'why is nothing where I put it' moment with a first layout attempt?
2 comments
Log in to join the discussion
Log In2 Comments
reese_nelson1mo ago
Flexbox is just like that sometimes. Took me forever to realize I had the wrong display property on a div once.
3
kelly_craig1mo ago
Not sure if it's that deep. It's just CSS, happens to all of us.
7