diff --git a/Base/res/html/misc/border-radius.html b/Base/res/html/misc/border-radius.html index 002a1a1541..52b524f3a2 100644 --- a/Base/res/html/misc/border-radius.html +++ b/Base/res/html/misc/border-radius.html @@ -172,6 +172,14 @@ .rect-6 { border-bottom-right-radius: 50%; } + + .rect-7 { + border-radius: 10px 100px / 120px; + width: 200px; + height: 100px; + border: 1px solid black; + background-color: transparent; + } @@ -226,6 +234,9 @@ bottom-right 50%
The boxes are 50x50px