I'm working on site where I put something in a design I'm having a bit of trouble with. I put a repeating triangle pattern at the top and bottom of a div and this throwing me for a little bit of a loop.
You see a lot of sites with SVG's at the top and bottom and I've noticed that a lot of them are a single contiguous shape, such as a long wave, or a single slant but in this case I'd like to have a single triangle that's approximately 150px high and 75px wide as the base shape and have it repeat horizontally to fill the width of the containing element (let's say a div) and be anchored to the top and/or bottom.
I'm not sure how to approach this and am in search of suggestion for how to implement this on a website.