From 1c919b64a9cff976a1c0bee030b87f9ed7914c8a Mon Sep 17 00:00:00 2001 From: The Coding Aviator <34807532+thecodingaviator@users.noreply.github.com> Date: Sat, 9 Mar 2019 19:24:05 +0530 Subject: [PATCH] Added solution to Create Visual Direction by Fading an Element from Left to Right challenge (#34509) * Update index.md * Update index.md --- .../index.md | 33 +++++++++++++++++-- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/guide/english/certifications/responsive-web-design/applied-visual-design/create-visual-direction-by-fading-an-element-from-left-to-right/index.md b/guide/english/certifications/responsive-web-design/applied-visual-design/create-visual-direction-by-fading-an-element-from-left-to-right/index.md index 09c76cf144..4e42c73ec3 100644 --- a/guide/english/certifications/responsive-web-design/applied-visual-design/create-visual-direction-by-fading-an-element-from-left-to-right/index.md +++ b/guide/english/certifications/responsive-web-design/applied-visual-design/create-visual-direction-by-fading-an-element-from-left-to-right/index.md @@ -3,8 +3,35 @@ title: Create Visual Direction by Fading an Element from Left to Right --- ## Create Visual Direction by Fading an Element from Left to Right -This is a stub. Help our community expand it. +### Solution -This quick style guide will help ensure your pull request gets accepted. +```html + + +
+```