diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-043.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-043.md index f86cafd603..1e3ddecdc5 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-043.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-the-css-box-model-by-building-a-rothko-painting/step-043.md @@ -7,7 +7,7 @@ dashedName: step-43 # --description-- -The `border-radius` property accepts up to four values to round the round the top-left, top-right, bottom-right, and bottom-left corners. +The `border-radius` property accepts up to four values to round the top-left, top-right, bottom-right, and bottom-left corners. Round the top-left corner of `.three` by 30 pixels, the top-right by 25 pixels, the bottom-right by 60 pixels, and bottom-left by 12 pixels.