Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
radial-gradient() |
In the first example -- ellipse farthest-corner -- the color stop isn't in increasing order: `radial-gradient(...aqua 0%, rgba(0, 0, 255, 0) 100%, blue 95%);` This is why the the color blue didn't appear. I reduced the 2nd `color-stop` from 100% to 50%. |