Quiz: CSS Grid Copy

  1. Add your solution in the W12-FS-CSS-Grid-practice folder in SHA-Github repo

  2. Go through all the levels (28) of CSS Garden and paste the solution code for each level in a CSS file named css-garden-solution.css The structure of the CSS file should look like this:

/* LEVEL 1 */

#water {
  grid-column-start: 3;
}

/* LEVEL 2 */

...
  1. Recreate the 3 CSS Grid layouts from this page and upload the code to the private GitHub repository you’ve just created.

  2. Create a pull request and paste the URL in the Quiz below

Leave a Reply