Css – How to have white gradient on the side with React and Swiper js
I'm using React.js and swiper.js (https://swiperjs.com/) Right now the swiper looks like this (https://codesandbox.io/s/swiper-react-forked-hkjwql?file=/src/index.js) I wanna have white gradient on the side like this exemple. I tried to use CSS but it doesn't work at all (https://codepen.io/studiojvla/pen/qVbQqW) Here's my code…