Element UI is best viewed on desktop
/
/
/
Blurred testimonials
Profile

Blurred testimonials

PRO

Create depth with a light backdrop blur. The background stays visible and the text stays crisp.

Category

Built with

Widgets

Container, Heading, Text editor, Image

Custom code

CSS

Custom css

The CSS to make the animation for this power up is included in the top level parent container Advanced > Custom CSS. No additional setup needed. Just copy the component and the styles come with it.

/*Element UI blur*/
.blur {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1;
}
Copied to clipboard!