diff --git a/property/border-radius/index.html b/property/border-radius/index.html index 71985b68..9b51f7c5 100644 --- a/property/border-radius/index.html +++ b/property/border-radius/index.html @@ -97,7 +97,7 @@
border-radius: 20px 50%;
If you set two values, the first one is for the top and bottom borders, the second one for the left and right borders.
+If you set two values, the first one is for the top-left and bottom-right corners, and the second one is for the bottom-left and top-right corners.