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 + +
+```