diff --git a/guide/english/certifications/responsive-web-design/css-grid/place-items-in-grid-areas-using-the-grid-area-property/index.md b/guide/english/certifications/responsive-web-design/css-grid/place-items-in-grid-areas-using-the-grid-area-property/index.md index f559b56c37..3e9995e39c 100644 --- a/guide/english/certifications/responsive-web-design/css-grid/place-items-in-grid-areas-using-the-grid-area-property/index.md +++ b/guide/english/certifications/responsive-web-design/css-grid/place-items-in-grid-areas-using-the-grid-area-property/index.md @@ -3,8 +3,45 @@ title: Place Items in Grid Areas Using the grid-area Property --- ## Place Items in Grid Areas Using the grid-area Property -This is a stub. Help our community expand it. +### Hint -This quick style guide will help ensure your pull request gets accepted. +Use the `grid-area` property. - +### Solution + +```html + + +