I would like to be able to align an unknown number of columns with an unknown height. Since I do not know how many columns there will be it is not ideal for me to use multiple
Try this :
.row { display: flex; flex-wrap: wrap; }