Next, code the property used to define how grid areas are applied to the grid and set its value to contain the grid area named photo.
photo
Make sure to pick grid-template-areas followed by : and then ", photo, ", ;.
grid-template-areas
:
"
;