FIG. 1: justify-items: start and align-items: start
FIG. 2: justify-items: end and align-items: end
FIG. 3: justify-items: center and align-items: center
FIG. 4: justify-items: baseline and align-items: baseline
FIG. 5: justify-items: stretch and align-items: stretch
FIG. 6: justify-items: center and align-items: end
FIG. 7: Using justify-self and align-self to adjust a single element
FIG. 8: Using justify-content: start and align-content: start to align the grid
FIG. 9: Using justify-content: end and align-content: end to align the grid
FIG. 10: Using justify-content: center and align-content: center to align the grid
FIG. 11: Using justify-content: space-between and align-content: space-between to align the grid
FIG. 12: Using justify-content: space-around and align-content: space-around to align the grid
FIG. 13: Using justify-content: space-evenly and align-content: space-evenly to align the grid