mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix: typo in challenge instructions of workshop-colorful-boxes step 17 (#66387)
This commit is contained in:
parent
f79e7ecc38
commit
72dfef22e5
@ -12,7 +12,7 @@ The `border-radius` property rounds the corners of an element's border. You can
|
||||
- One value to apply to all four corners.
|
||||
- Two values, with the first value for top-left/bottom-right, and second for top-right/bottom-left.
|
||||
- Three values, corresponding to top-left, top-right/bottom-left, bottom-right.
|
||||
- Four values, which set the border radius clockwise starting from from top-left corner.
|
||||
- Four values, which set the border radius clockwise starting from top-left corner.
|
||||
|
||||
Now add the property `border-radius` with the value `5px` to the `.box` selector.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user