/* repeating gradients */ .example { background: radial-gradient( circle, black, lightgreen 100px ); //background-size:100px 100px; }