+ 4
How to make a linear background?
I am making a code soon and I was wondering if anyone could help me with making a linear background
3 Respuestas
+ 11
You mean this? Take a look:
https://www.sololearn.com/learn/CSS/2242/
+ 5
Yes I do Thanks for helping
0
CSS Code:
Background: linear-gradient(white, gray);
Note: in "linear-gradient()" is necessary more of one color 👍💻🙋😀