-
Am I missing something? This seems like it should be easy. I have a responsive flex layout and I want the <main> + <aside> elements to stretch so the layout fills the viewport (conditions in next tweet): codepen.io/chriskirknielsen/pen/vPRpBm css #Flexbox #cssChallenge
-
…in reply to @ckirknielsen
Conditions for this "challenge": - 🚫 no CSS grid - 🚫 no media queries - 🏛 HTML structure stays unchanged
-
…in reply to @ckirknielsen
So basically getting this result (before the viewport gets too narrow – past that point the <aside> is taking uptimes too much space), but without the extra wrapper: codepen.io/chriskirknielsen/pen/ywKvJa