webattack.pl
HTML
CSS
Bootstrap
JavaScript
jQuery
SVG
start
/
CSS
/
funkcje
/
repeating-linear-gradient()
CSS - funkcje -
repeating-linear-gradient()
kod
wynik kodu
background: repeating-linear-gradient(yellow, red 50px)
background: repeating-linear-gradient(45deg, yellow, red 50px)
background: repeating-linear-gradient(yellow, red, Aqua 75px)
background: repeating-linear-gradient(45deg, yellow, red, Aqua 75px)
background: repeating-linear-gradient(transparent, yellow 50px), repeating-linear-gradient(90deg, transparent, red 50px)
background: repeating-linear-gradient(transparent, red 50px), repeating-linear-gradient(90deg, transparent, red 50px)
reset