Then, add a rule for the grid-item class with padding: 10px 30px; between the braces.
grid-item
padding: 10px 30px;
Make sure to pick .grid-item followed by { and then padding, :, 10px, 30px, ;, }.
.grid-item
{
padding
:
10px
30px
;
}