mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-02 07:01:28 -04:00
fix(curriculum): move selector into editable region for step 34 of Rothko painting (#54514)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user