Skip to content

Commit c7659c7

Browse files
authored
Update index.html
1 parent fe5b5cb commit c7659c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

property/border-radius/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h2 class="property-name">
9797
<code class="example-value" data-tooltip="Click to copy" data-clipboard-text="border-radius: 20px 50%;">border-radius: 20px 50%;</code>
9898
</p>
9999
<div class="example-description">
100-
<p>If you set <strong>two values</strong>, the first one is for the <em>top</em> and <em>bottom</em> borders, the second one for the <em>left</em> and <em>right</em> borders.</p>
100+
<p>If you set <strong>two values</strong>, the first one is for the <em>top-left</em> and <em>bottom-right</em> corners, and the second one is for the <em>bottom-left</em> and <em>top-right</em> corners.</p>
101101

102102
</div>
103103
</header>

0 commit comments

Comments
 (0)