I am currently working on designing a CSS grid that will consist of 3 columns for placing an unlimited number of "content DIVs" with equal heights, positioned in sequential order like the example below:
[1][2][3]
[4][5][6]
[7][8]
Any assistance or guidance on this matter would be greatly valued.