+ 1
How to add linear gradient in my web page?
5 Answers
+ 1
background: linear-gradient(direction, color-stop1, color-stop2, ...);
+ 1
thanks but no need
0
can also use like deg, or if i remember right can use top. left
0
thats css for it anyway pretty sure html doesn't directly support that