How to mix background colors more than one in html page !? i don't know and It's still confusing me :/ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 17

How to mix background colors more than one in html page !? i don't know and It's still confusing me :/

10th Mar 2018, 3:47 PM
Clever Programmer [ Inactive ]
Clever Programmer [ Inactive ] - avatar
6 Answers
+ 16
thanks
11th Mar 2018, 10:45 AM
Clever Programmer [ Inactive ]
Clever Programmer [ Inactive ] - avatar
10th Mar 2018, 4:15 PM
Vukan
Vukan - avatar
+ 6
<body style="background:radial-gradient(blue,cyan);"> //this is inline css for mixing 2 colors radially.Many other patterns are possible like linear.
11th Mar 2018, 8:55 AM
2+2=4
2+2=4 - avatar
+ 3
You can use quick html colour picker to get a mixed colour.... You can download it ...just 288kb
12th Feb 2019, 6:49 AM
Thanigai Velan
Thanigai Velan - avatar
+ 3
Все прелестно.Как в песенки поется.Я на солнышке лежу.И на солнышко гляжу.И загораю.Угу.
8th Dec 2019, 9:55 AM
888
888 - avatar
+ 2
/*u can mix multiple colors in html with this codes*/ <h1 style="background:-webkit-linear-gradient(60deg,red,blue,green,chocolate,yellow)">HEADING GOES HERE</h1> https://code.sololearn.com/Wm2gT8bhVefP/?ref=app
30th Nov 2019, 6:28 PM
shevrott
shevrott - avatar