diff --git a/snippets/zig-zag-pattern.md b/snippets/zig-zag-pattern.md index 6c575774a..6b827b2b8 100644 --- a/snippets/zig-zag-pattern.md +++ b/snippets/zig-zag-pattern.md @@ -1,9 +1,9 @@ --- -title: Stripes background pattern +title: Zig zag background pattern tags: visual,advanced --- -Creates a stripes background pattern. +Creates a zig zag background pattern. - Use `background-color` to set a white background. - Use `background-image` with four `linear-gradient()` values to create the parts of a zig zag pattern.