From c7659c7b510963e1acf0eecc63cfc9618d92cf92 Mon Sep 17 00:00:00 2001 From: Phil Rajchgot Date: Tue, 29 Nov 2016 12:06:59 -0500 Subject: [PATCH] Update index.html --- property/border-radius/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.