From 1e2e95612c3612c561ff4ef4ced4425fddbf5947 Mon Sep 17 00:00:00 2001 From: The Coding Aviator <34807532+thecodingaviator@users.noreply.github.com> Date: Sat, 9 Mar 2019 19:25:40 +0530 Subject: [PATCH] Added solution to Use the CSS Transform scale Property to Change the Size of an Element (#34442) * Update index.md * Added full solution * Update index.md --- .../index.md | 29 +++++++++++++++++-- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/guide/english/certifications/responsive-web-design/applied-visual-design/use-the-css-transform-scale-property-to-change-the-size-of-an-element/index.md b/guide/english/certifications/responsive-web-design/applied-visual-design/use-the-css-transform-scale-property-to-change-the-size-of-an-element/index.md index 41d5e493be..f623a7a0d9 100644 --- a/guide/english/certifications/responsive-web-design/applied-visual-design/use-the-css-transform-scale-property-to-change-the-size-of-an-element/index.md +++ b/guide/english/certifications/responsive-web-design/applied-visual-design/use-the-css-transform-scale-property-to-change-the-size-of-an-element/index.md @@ -3,8 +3,31 @@ title: Use the CSS Transform scale Property to Change the Size of an Element --- ## Use the CSS Transform scale Property to Change the Size of an Element -This is a stub. Help our community expand it. +```html + + +
+ +```