From ae703e000e291fba9b7cada078f3de0249bbd3a2 Mon Sep 17 00:00:00 2001 From: The Coding Aviator <34807532+thecodingaviator@users.noreply.github.com> Date: Sat, 9 Mar 2019 20:17:19 +0530 Subject: [PATCH] Added solution to grid-areas challenge (#34685) * Update index.md * Added full solution * Fix language --- .../index.md | 43 +++++++++++++++++-- 1 file changed, 40 insertions(+), 3 deletions(-) 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 + + +
+
1
+
2
+
3
+
4
+
5
+
+```