/Flexbox-PG

learning CSS Flexbox by building a Photo Gallery. A tutotial from Freecodecamp.com new responsive web design

Primary LanguageHTML

Flexbox-PG

Two media queries for adjusting images to smaller screens.

  1. @media> for screens smaller than 800px, then two rows of images are displayed.
  2. @media> for screens smaller than 600px, then only one images is displayed per row.