Home CSS

Belajar Gradient

box 1
box 2
box 3

background:repeating-linear-gradient(red,white 25%)

box 4

background : repeating-linear-gradient(to right, green, yellow, white 25%);

box 5
box 6

background : repeating-radial-gradient(pink, yellow 20%);