Skip to content

Commit 2ff1d65

Browse files
authored
[css-backgrounds-4] Corrected and improved stripes() example (#8177)
1 parent dbc5b1e commit 2ff1d65

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

css-backgrounds-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Painting Area: the 'background-clip' property</h3>
221221
<pre class=lang-css>
222222
.foo {
223223
border: 30px solid;
224-
border-color: stripes(skyblue, black) stripes(orange, yellow) stripes(yellowgreen, black) stripes(indianred, yellow);
224+
border-color: stripes(dodgerblue, skyblue) stripes(yellow, gold) stripes(lightgreen, limegreen) stripes(indianred, orange);
225225
}
226226
</pre>
227227

Loading
-2.94 KB
Loading

0 commit comments

Comments
 (0)