Gradient running from top to bottom

 avatar
user_2884186074
plain_text
2 years ago
208 B
12
Indexable
/*START - Gradient running from top to bottom*/
&{
    background-image: linear-gradient(to bottom,rgba(0,0,0,1),rgba(0,0,0,0.333),rgba(0,0,0,0))!important;
}
/*END- Gradient running from top to bottom*/ 
Editor is loading...