From 4c4b7cc2cf28624d765e24caed781979a413926a Mon Sep 17 00:00:00 2001 From: The Coding Aviator <34807532+thecodingaviator@users.noreply.github.com> Date: Sat, 9 Mar 2019 19:31:39 +0530 Subject: [PATCH] Added solution to Center an Element Horizontally Using the margin Property (#34346) * Update index.md * Update index.md --- .../index.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/guide/english/certifications/responsive-web-design/applied-visual-design/center-an-element-horizontally-using-the-margin-property/index.md b/guide/english/certifications/responsive-web-design/applied-visual-design/center-an-element-horizontally-using-the-margin-property/index.md index 5ff1e986ff..92aabb6a82 100644 --- a/guide/english/certifications/responsive-web-design/applied-visual-design/center-an-element-horizontally-using-the-margin-property/index.md +++ b/guide/english/certifications/responsive-web-design/applied-visual-design/center-an-element-horizontally-using-the-margin-property/index.md @@ -3,8 +3,16 @@ title: Center an Element Horizontally Using the margin Property --- ## Center an Element Horizontally Using the margin Property -This is a stub. Help our community expand it. +### Solution -This quick style guide will help ensure your pull request gets accepted. - - +```html + +
+```