iOS Background Image Gradient: how do you do it?
Posted: Wed Aug 26, 2015 8:32 am
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?