• @Restaldt
      link
      15
      edit-2
      1 year ago

      Flexbox

      Flexbox everywhere

          • @ditherwither
            link
            English
            11 year ago

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

            who needs mobile users anyways, fuck them

            • @[email protected]
              link
              fedilink
              11 year 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
        1 year ago

        * {

        display: flex;

        }

        This is the way.