I am trying to get this effect along the baseline of my header element.
What is the best way to go about it? Is there any way to do it without images (maybe SVG)?
A way I reckon this could be accomplished pretty nicely is using a repeat-x background image of a white square on an absolutely positioned pseudo element. However, that uses images and I'd love to be able to avoid that.