Zig-Zag


I was going to do something about origami crease patterns but I ended up going down a rabbit hole when I discovered the Zigzag Vertical 16 x 16 dither on https://app.dithermark.com/ and the linear-gradient css function.
I ran into a lot of trouble with trying to make the zigzag background image (Modified from work by Charanjit Chana) using the background-image
css property, but I needed to use the background
css property instead, as it seems to allow positioning of the linear-gradients where-as background-image
does not.