Coding Gradients | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Coding Gradients

Can anyone help me figure out how to correctly insert linear gradients into my website?

27th Oct 2019, 12:53 AM
Madison
Madison  - avatar
1 Réponse
+ 1
background: linear-gradient(<rotation>, *<colors>); e.g.: background: linear-gradient(top left, red, yellow);
9th Nov 2019, 8:03 AM
Name Omitted until I come back