Rule explanation not where it's supposed to be (responsive web design course / Learn the CSS box model by building a Rothko painting))

I’m doing “(New) responsive web design certification” course and encountered a minor issue on step 34.
On step 34, you’re asked to:

Use the filter property to blur the painting by 2px in the .canvas element.

But it is only on the next step where it explains how to use the filter property.
After all, not a big issue, but it would be great for other learners if it was fixed.

It would make sense to move the syntax example from step 35 to 34 and maybe just make it more generic.

selector {
  filter: blur(3px);
}

step 34

step 35


Issue:

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.