diff --git a/guide/english/certifications/responsive-web-design/css-grid/use-grid-area-without-creating-an-areas-template/index.md b/guide/english/certifications/responsive-web-design/css-grid/use-grid-area-without-creating-an-areas-template/index.md index 647fc6975a..c9913f8d31 100644 --- a/guide/english/certifications/responsive-web-design/css-grid/use-grid-area-without-creating-an-areas-template/index.md +++ b/guide/english/certifications/responsive-web-design/css-grid/use-grid-area-without-creating-an-areas-template/index.md @@ -3,8 +3,41 @@ title: Use grid-area Without Creating an Areas Template --- ## Use grid-area Without Creating an Areas Template -This is a stub. Help our community expand it. +### Hint -This quick style guide will help ensure your pull request gets accepted. +The `grid-area` takes values in the following format `horizontal line to start at / vertical line to start at / horizontal line to end at / vertical line to end at`. - +### Solution + +```html + + +