.card {
/* other styles */
background: rgba(255, 255, 255, .7);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
// Making text background image
<h1>css animation</h1>
<style>
h1{
background:url(image.jpg);
-webkit-background-clip:text;
color:transparent;
}
</style>
background-color: green;