need help in styling the component
hey folks I want to have the same effect in my card component as the card at mee6 website shown in the picture
now, let's say if this is the component
Now if add
filter: blur(8px)
then the whole component gets blurred which I don't want I'm using MUI2 Replies
here is the code sandbox link of the component
https://codesandbox.io/s/jolly-framework-vybdo2?file=/src/App.js
AdityaKirad
CodeSandbox
jolly-framework-vybdo2 - CodeSandbox
jolly-framework-vybdo2 by AdityaKirad using @emotion/react, @emotion/styled, @mui/material, react, react-dom, react-scripts
you can't have image inside it so I would make a container/wrapper that wraps those two elements and used grid/position to stack them and then you can use blur on the div