Spacing between Background

0

Good afternoon. I would like to know if it is possible to give a spacing between Background-repeat. That is, I'm with something like this:

Image with example

My CSS looks like this:

background-image: url(imagens/half-circle-brown.png), url(imagens/half-circle-white.png);
background-repeat:repeat-x;
background-size:12px;
background-position:0% 100%, 0% 0%;
height: 100%;

I would like to know if there is a way to put a spacing between each background-repeate, ie in each circle, in both brown and white.

    
asked by anonymous 03.08.2017 / 22:31

1 answer

0

Create the image with transparent background (png or transparent gif) by adding the spacing in the image as the following example for the half-circle-brown.png image.

    
07.08.2017 / 03:49