From df9bc7e1b5652d40df615bdaa6de744399d4083c Mon Sep 17 00:00:00 2001 From: The Coding Aviator <34807532+thecodingaviator@users.noreply.github.com> Date: Wed, 20 Mar 2019 03:42:33 +0530 Subject: [PATCH] Add solution to Use the CSS Transform Property skewY to Skew an Element Along the Y-Axis (#34483) * Update index.md * Add full solution --- .../index.md | 23 ++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/guide/english/certifications/responsive-web-design/applied-visual-design/use-the-css-transform-property-skewy-to-skew-an-element-along-the-y-axis/index.md b/guide/english/certifications/responsive-web-design/applied-visual-design/use-the-css-transform-property-skewy-to-skew-an-element-along-the-y-axis/index.md index 5de867e81a..e0d0e98918 100644 --- a/guide/english/certifications/responsive-web-design/applied-visual-design/use-the-css-transform-property-skewy-to-skew-an-element-along-the-y-axis/index.md +++ b/guide/english/certifications/responsive-web-design/applied-visual-design/use-the-css-transform-property-skewy-to-skew-an-element-along-the-y-axis/index.md @@ -3,8 +3,25 @@ title: Use the CSS Transform Property skewY to Skew an Element Along the Y-Axis --- ## Use the CSS Transform Property skewY to Skew an Element Along the Y-Axis -This is a stub. Help our community expand it. +### Solution -This quick style guide will help ensure your pull request gets accepted. +```html + - +
+
+```