Code the border-bottom property and set the value 1px solid lightgrey; to add a bottom border to each grid item.
border-bottom
1px solid lightgrey;
Make sure to pick border-bottom followed by : and then 1px, solid, lightgrey, ;.
:
1px
solid
lightgrey
;