mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
fix(curriculum): correct hint text for step-093 penguin (#45023)
This commit is contained in:
parent
42a05e6124
commit
f09c167a03
@ -13,7 +13,7 @@ Give the `.arm` elements top -left, -right, and bottom-right corners a radius of
|
||||
|
||||
# --hints--
|
||||
|
||||
You should give `.arm` a `border-radius` of `30% 30% 120% 30%`.
|
||||
You should give `.arm` a `border-radius` of `30% 30% 30% 120%`.
|
||||
|
||||
```js
|
||||
assert.equal(new __helpers.CSSHelp(document).getStyle('.arm')?.borderTopLeftRadius, '30%');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user