0
How?
How to add circular radial gradient to produce red and blue color-stops accordingly at 15px and 25px Background:_____-______ 50px __px,red__px,blue 25px
4 Antworten
+ 12
For an radial gradient you can use:
Background:radial-gradient(color1  , color2 );
but you can add as many colors as you want , but remember to add "," between them.
0
://This lesson will help you 
https://www.sololearn.com/learn/CSS/2243/
0
It says page not found
0
background: 
 
radial
 
-
 
gradient
 
(50px 
 
50
 
px, red 
 
15
 
px, blue 25px);



