We'll start off by adding the correct classes. Let's set the parent div element as grid container and the child elements as grid items.
div
Make sure to pick class followed by = and then "grid-container", class, =, "grid-item".
class
=
"grid-container"
"grid-item"