From 2d574da6e640d7e36e85b3cc59c911a4f81b5bb0 Mon Sep 17 00:00:00 2001 From: Ariz Faiyaz Date: Tue, 14 Oct 2025 01:02:30 +0530 Subject: [PATCH] feat(curriculum): add interactive examples to width and height lesson (#62771) --- .../672acc03c257524d6a5151e8.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/lecture-what-is-css/672acc03c257524d6a5151e8.md b/curriculum/challenges/english/blocks/lecture-what-is-css/672acc03c257524d6a5151e8.md index 221732c4de2..c1e5748e187 100644 --- a/curriculum/challenges/english/blocks/lecture-what-is-css/672acc03c257524d6a5151e8.md +++ b/curriculum/challenges/english/blocks/lecture-what-is-css/672acc03c257524d6a5151e8.md @@ -5,7 +5,7 @@ challengeType: 19 dashedName: how-do-width-and-height-work --- -# --description-- +# --interactive-- In CSS, the `width` and `height` properties are used to control the dimensions of elements on a webpage. @@ -17,6 +17,8 @@ The `height` property specifies the height of an element. Similarly, the height Here's an example using the `width` and `height` properties: +:::interactive_editor + ```html