+ 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
6 Antworten
+ 4
It clearly removes the shadow created using radial gradient after it is removed ,
+ 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
+ 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!
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.