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;