Hacker News new | ask | show | jobs
by lisowski 4043 days ago
This is awesome! I've been building an app with a grid that scrolls horizontally and this is the best solution! Getting this pattern in html is really hard:

      1 4 7 10
      2 5 8 11
      3 6 9 12
Other than than columns, which dont respond the screen size that well, this is the only good option. Thanks for educating me!