Code: Select all
background-image: linear-gradient(to bottom, transparent, #DFDDDE);I need it to "fade out" to the color of the box which is also DFDDDE. So the top is transparent, and the bottom is the colour.
How do you do it in iOS CSS?
Moderator: General Moderators
Code: Select all
background-image: linear-gradient(to bottom, transparent, #DFDDDE);