How to make a linear background? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

22nd Jul 2019, 3:44 PM
WolfBloodCoding(UnitedStates)
WolfBloodCoding(UnitedStates) - avatar
3 Answers
+ 11
You mean this? Take a look: https://www.sololearn.com/learn/CSS/2242/
22nd Jul 2019, 3:55 PM
JTLZ
+ 5
Yes I do Thanks for helping
22nd Jul 2019, 3:56 PM
WolfBloodCoding(UnitedStates)
WolfBloodCoding(UnitedStates) - avatar
0
CSS Code: Background: linear-gradient(white, gray); Note: in "linear-gradient()" is necessary more of one color 👍💻🙋😀
25th Jul 2019, 10:19 PM
Samuel Alejandro Gonzalez
Samuel Alejandro Gonzalez - avatar