webattack.pl
HTML
CSS
Bootstrap
JavaScript
jQuery
SVG
start
/
CSS
/
funkcje
/
linear-gradient()
CSS - funkcje -
linear-gradient()
kod
wynik kodu
background: linear-gradient(yellow, red)
background: linear-gradient(45deg, yellow, red)
background: linear-gradient(yellow, red, Aqua)
background: linear-gradient(45deg, yellow, red, Aqua)
background: linear-gradient(to right, yellow 33%, orange 33% 67%, red 67%)
background: linear-gradient(45deg, yellow 33%, orange 33% 67%, red 67%)
reset