mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-25 14:01:44 -04:00
fix: typo in challenge instructions of workshop-colorful-boxes step 17 (#66387)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user