I am trying to build a responsive grid layout with css.
I have a varying number of children displayed on various screen sizes fully dynamically in width and height calculated by css. I would want each child to have a minimum width of 200px while maintaining it's aspect ratio. The grid should fit as many children as possible and the child should scale for the space which is not used.
I would like to use CSS grid layout.