How to wrap a css grid in both column and a certain amount of rows, while following logical alphabetical order?
So i have a grid setup like this <div class="grid-container"> <div>a</div> <div>b</div> <div>c</div> <div>d</div> <div>e</div> <div>f</div> ... <div>z</div> </div> How can i make it appear in two columns, grouped in rows of say 4 high. Creating an arrangement like this:…