Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion property/border-radius/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h2 class="property-name">
<code class="example-value" data-tooltip="Click to copy" data-clipboard-text="border-radius: 20px 50%;">border-radius: 20px 50%;</code>
</p>
<div class="example-description">
<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>
<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>

</div>
</header>
Expand Down