gradient with a curve between colors | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

gradient with a curve between colors

I am struggling for gradient with a curve plzz help me a bit

20th Sep 2016, 11:15 AM
Ahmed Kamal
Ahmed Kamal - avatar
1 Answer
0
Do you mean something like this: https://css-tricks.com/css3-gradients/#article-header-id-4 Specifically to do just a curve, you can start the gradient on the edge of the box using code similar to the example in that link: .gradient { background-image: radial-gradient( circle at top right, yellow, #f06d06 ); }
4th Nov 2016, 2:42 AM
Requisite8886
Requisite8886 - avatar