We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1ec20 commit 98d8411Copy full SHA for 98d8411
css-backgrounds-4/Overview.bs
@@ -397,7 +397,7 @@ Partial Borders: the 'border-limit' property</h3>
397
<p>The following example draws only the curved parts of the corners.</p>
398
<pre>box { border: solid; border-radius: 1em 2em; border-parts: corners; }</pre>
399
<p>The following example draws only the left 4em of the top border.</p>
400
- <pre>box { border-top: solid; border-parts: left 4em; }
+ <pre>box { border-top: solid; border-parts: left 4em; }</pre>
401
<p>The following example draws only the first 10px of each corner:</p>
402
<pre>box { border: solid; border-parts: corners 10px; }</pre>
403
<p>The following example draws the curved part of the corner plus 5px
0 commit comments