Background image with top and bottom gradient
user_2884186074
plain_text
2 years ago
412 B
15
Indexable
/*START - image with gradient on top and bottom*/ &{ background-image: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.8),rgba(255,255,255,1)), url('https://res.cloudinary.com/luxuryp/images/f_auto,q_auto/pfvozplbdc6a28tbfllm/element-bg')!important; background-size:cover; background-position: center; background-repeat: no-repeat; } /*END - image with gradient on top and bottom*/
Editor is loading...