CSS Grid and Broken Photo Galleries

Shape of the Day:

  • CSS Grid
  • Create a Photo Gallery with CSS Grid

Website of the Day:

https://orangeyouglad.com/ – a well designed website that is responsive too!

1. CSS Grid

2. Photo Gallery with CSS Grid

  • Practice creating a responsive layout for a web photo gallery on space! You will use CSS Grid and Media query. There is more than one way to create a responsive photo gallery using CSS grid so the following broken codes will show how to use two different ways. Download the code and fill in the ???? with the correct code.
  • Download the first broken code here
  • If you need some extra help you can use this grid cheat sheet and the Free Code Camp exercises from earlier
  • Download the second broken code here