From 2abfa63738adb1d18ff4bef877494a573dabe4e1 Mon Sep 17 00:00:00 2001 From: Anmol Pandita <39385082+anmolpandita1@users.noreply.github.com> Date: Sat, 22 Jan 2022 23:33:23 +0530 Subject: [PATCH] fix(curriculum): typo on step 43 --- .../step-043.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.