• @Restaldt
    link
    15
    edit-2
    2 years ago

    Flexbox

    Flexbox everywhere

        • @ditherwither
          link
          English
          12 years ago

          both grid and flexbox are just position: absolute but worse.

          who needs mobile users anyways, fuck them

          • @jvisick@programming.dev
            link
            fedilink
            12 years ago

            I like to draw my pages out on graph paper, then just use position: absolute and tons of media queries to place everything with x and y coordinates. It’s the ultimate grid system.

    • @edwardbear
      link
      1
      edit-2
      2 years ago

      * {

      display: flex;

      }

      This is the way.