24px vertical grid
.test { background-image: linear-gradient( to top, rgba(155, 0, 65, 0.2) 1px, transparent 1px ); background-size: 100% 24px; background-repeat-y: repeat; background-position-y: 0px; }