fix: typo in challenge instructions of workshop-colorful-boxes step 17 (#66387)

This commit is contained in:
JP Hizon
2026-03-12 19:47:28 +08:00
committed by GitHub
parent f79e7ecc38
commit 72dfef22e5

View File

@@ -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.