mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): wrong instruction for CSS (#51359)
Co-authored-by: Pukar Chhatkuli <rockypukar@pop-os.localdomain>
This commit is contained in:
parent
c3e48023a9
commit
3750164ae8
@ -11,7 +11,7 @@ Rotate the top-right whisker at -10 degrees.
|
||||
|
||||
# --hints--
|
||||
|
||||
Your `.cat-whisker-right-top` selector should have a `transform` property set to `rotate(-1deg)`.
|
||||
Your `.cat-whisker-right-top` selector should have a `transform` property set to `rotate(-10deg)`.
|
||||
|
||||
```js
|
||||
assert(new __helpers.CSSHelp(document).getStyle('.cat-whisker-right-top')?.transform === 'rotate(-10deg)')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user