• @[email protected]
    link
    fedilink
    2
    edit-2
    10 months ago

    I only do webdev occasionally and yeah, I’ve noticed this tendency that I want to put everything in a CSS grid. At this point, I’m worried I end up with a layout that’s about as responsive as the early-2000s table layouts. 🙃

    • @[email protected]
      link
      fedilink
      410 months ago

      grid and responsiveness are not antithetical. I mean the concept of grid had been around for like a decade, see bootstrap.

      • @[email protected]
        link
        fedilink
        110 months ago

        Yeah, I’ve done responsive grids before. Problem is, I’m currently working on a single-page web music player and it’s so easy to just nail all the UI elements down. Like I might want to have the play button always appear to the left of the playback bar. But that obviously can’t reflow naturally on smaller screens. Although reflowing that example won’t look good either.

        I guess, I’m still figuring out, if I ever actually want things to reflow. I might just need to define static rules, so that on a small screen, the play button should appear in a different grid cell, next to the previous/next buttons, for example…

    • @[email protected]
      link
      fedilink
      310 months ago

      Grid is made for responsive design.

      If you’re not familiar with grid, stick with flex, which kinda just works but doesn’t have the strong control/structure as grid.

    • @PoolloverNathan
      link
      English
      2
      edit-2
      10 months ago

      It’s fine, my entire website is built on rock and roll grids.