From a8a7f47e499ab59eaeb76b70151d0319967529f2 Mon Sep 17 00:00:00 2001 From: The Coding Aviator <34807532+thecodingaviator@users.noreply.github.com> Date: Wed, 6 Mar 2019 04:13:37 +0530 Subject: [PATCH] Added solution to modify fill mode challenge (#34500) * Update index.md * Add full solution --- .../modify-fill-mode-of-an-animation/index.md | 26 ++++++++++++++++--- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/guide/english/certifications/responsive-web-design/applied-visual-design/modify-fill-mode-of-an-animation/index.md b/guide/english/certifications/responsive-web-design/applied-visual-design/modify-fill-mode-of-an-animation/index.md index ef7e5f076c..0af5606f18 100644 --- a/guide/english/certifications/responsive-web-design/applied-visual-design/modify-fill-mode-of-an-animation/index.md +++ b/guide/english/certifications/responsive-web-design/applied-visual-design/modify-fill-mode-of-an-animation/index.md @@ -3,8 +3,26 @@ title: Modify Fill Mode of an Animation --- ## Modify Fill Mode of an Animation -This is a stub. Help our community expand it. +### Solution -This quick style guide will help ensure your pull request gets accepted. - - +```html + + +```