From 6e1e5a3bf917074fb028e4aedba28d9c8d2819d9 Mon Sep 17 00:00:00 2001 From: Ilenia <26656284+ilenia-magoni@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:00:59 +0200 Subject: [PATCH] fix(curriculum): move selector into editable region for step 34 of Rothko painting (#54514) --- .../60a3e3396c7b40068ad6998c.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/60a3e3396c7b40068ad6998c.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/60a3e3396c7b40068ad6998c.md index fac990dcb91..340e36a5af3 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/60a3e3396c7b40068ad6998c.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/60a3e3396c7b40068ad6998c.md @@ -40,15 +40,15 @@ assert(canvasFilter === 'blur(2px)'); ## --seed-contents-- ```css +--fcc-editable-region-- .canvas { width: 500px; height: 600px; background-color: #4d0f00; overflow: hidden; ---fcc-editable-region-- ---fcc-editable-region-- } +--fcc-editable-region-- .frame { border: 50px solid black;