14-CSS-FLEXBOOK-A Gallery
So the point of this exercise was to
- Practice flexbox
- Practice making a gallery
- Practice wrapping.
I learned a few things that helped to fix an issue with my self directed quiz project . Cool.
I also learned if you want to have a gallery with 3 columns. Just make sure the max-width is around the same size or near to the same size as 3 of your picture. So if each picture was 350px. That’s 1400. So, then your max width would be 1440 or 1450 something with just enough to put a margin and border.
then by making it flexbox wrap it will tell your images what to do on mobile, pretty much become one column.