ckirknielsen’s avatarckirknielsen’s Twitter Archive—№ 87

  1. 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
    OpenGraph image for codepen.io/chriskirknielsen/pen/vPRpBm
    1. …in reply to @ckirknielsen
      Conditions for this "challenge": - 🚫 no CSS grid - 🚫 no media queries - 🏛 HTML structure stays unchanged
      1. …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
        OpenGraph image for codepen.io/chriskirknielsen/pen/ywKvJa