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