Can anybody explain me about the class "gradient_shadow" here.. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Can anybody explain me about the class "gradient_shadow" here..

I removed it .I did not notice any changes. https://code.sololearn.com/WmY6tWcc9rTx/?ref=app

14th May 2020, 11:17 AM
Ajitha G R
Ajitha G R - avatar
6 Réponses
+ 4
It clearly removes the shadow created using radial gradient after it is removed ,
14th May 2020, 11:24 AM
Abhay
Abhay - avatar
+ 3
Thank you guys..Got it .Abhay Calviղ
14th May 2020, 11:33 AM
Ajitha G R
Ajitha G R - avatar
+ 2
Create gradient shade on the bottom of nav. https://code.sololearn.com/W5WNMSdI9zcg/?ref=app The css radial-gradient(50% 0, rgba(0,0,0,.5), transparent 70%); creates radial gradient start from horizontally center (50%), vertically top (0) position with color gray, rgba(0,0,0,.5) expands until 70% transparent color. read more: https://developer.mozilla.org/en-US/docs/Web/CSS/radial-gradient
14th May 2020, 11:28 AM
Calviղ
Calviղ - avatar
+ 1
Please I cant understand this Add a circular radial gradient to produce red and blue, with color-stops accordingly at 15 pixels and 25 pixels. background:radial-gradient (50px __ px, red 15px, blue 25px); Help me!
1st Aug 2020, 5:41 PM
Munisa Ashurova
Munisa Ashurova - avatar
0
radial-gradient(50% 0,rgba(0,0,0,0.5), transparent 30%); here what is (50% 0)? Is it position? Abhay Calviղ
14th May 2020, 12:10 PM
Ajitha G R
Ajitha G R - avatar
0
You can see a shadow in bottom of center of box. its Gradient shadow so, the side not show the shadow and middle show only shadow.
14th May 2020, 12:35 PM
Mohsin Ali
Mohsin Ali - avatar