Fix typos in zigzag

This commit is contained in:
Chalarangelo
2021-01-11 09:53:16 +02:00
parent d2b0df1f39
commit c0982e959e

View File

@ -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.