+ 17
How to mix background colors more than one in html page !? i don't know and It's still confusing me :/
6 odpowiedzi
+ 16
thanks
+ 6
<body style="background:radial-gradient(blue,cyan);">
//this is inline css for mixing 2 colors radially.Many other patterns are possible like linear.
+ 3
You can use quick html colour picker to get a mixed colour....
You can download it ...just 288kb
+ 3
Все прелестно.Как в песенки поется.Я на солнышке лежу.И на солнышко гляжу.И загораю.Угу.
+ 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