- 3
Add a circular radial gradient to produce red and blue, with color-stops accordingly at 15 pixels and 25 pixels.
background: ---------- - ------- (50px ------ px, red ----- px, blue 25px);
2 ответов
+ 2
Background radial-gradient
(50px 50px, red 15px, blue 25px);
0
-what language are you using, and what do you need this to output to?
-so, let me try to clarify. you want a red circle at the center, which then gradiates outward to blue, and then the blue ring extends outward indefinitely (a function is returning color values based on position)?