14-CSS-FLEXBOOK-A Gallery

My Work

So the point of this exercise was to

  1. Practice flexbox
  2. Practice making a gallery
  3. 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.