fix(curriculum): typo on step 43

This commit is contained in:
Anmol Pandita
2022-01-22 23:33:23 +05:30
committed by GitHub
parent 43a2a0a395
commit 2abfa63738

View File

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