top of page

Glassmorphism in Wix Studio



HTML Embed Code:


<head>	
  <style>
    body{
      background-color: rgba(0,0,0,0);
      backdrop-filter: blur(40px);
      transform: scale(1);
      border-radius: 24px;
      -webkit-backdrop-filter: saturate(180%) blur(40px);
      backdrop-filter: saturate(180%) blur(40px);
    }
  </style>
</head>

Enjoy!

bottom of page