We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed512e0 commit 66eac0fCopy full SHA for 66eac0f
1 file changed
css-backgrounds-4/Overview.bs
@@ -283,6 +283,8 @@ Corner Shaping: the 'corner-shape' property</h3>
283
</pre>
284
<div style='font: bold 200%/1 sans-serif;
285
width: 2.3em;
286
+ width: min-content;
287
+ white-space: nowrap;
288
padding: .5em 1em .5em .5em;
289
border-radius: .3em 0 0 .3em;
290
background: url('data:image/svg+xml,\
@@ -295,7 +297,9 @@ Corner Shaping: the 'corner-shape' property</h3>
295
297
the right side would be rounded rather than pointy:
296
298
299
- padding: .5em 1em .5em .5em;
300
301
302
+ padding: .5em 1em .5em .5em;
303
border-radius: .3em .8em .8em .3em / .3em 50% 50% .3em;
304
background: yellowgreen'>
305
Next
0 commit comments