#backdrop-filter

[ follow ]
fromSitePoint Forums | Web Development & Design Community
3 months ago

Custom CSS code

Can you formulate a custom css code to apply the glassmorphism effect b/g to text section of the card module on the slider ? Glassmorphism code snippet background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(5px); border: 1px solid rgba(255, 255, 255, 0.1); The text section I am referring to is shown on the screenshots below: onmouseout screenshot onmousehover screenshot I would like to show the GM effect b/g on both during the onmouseout & onmousehover action.
Web design
[ Load more ]