Code: Select all
body {
min-height: 1000px;
}
.container {
width: 400px;
height: 400px;
background-color: rgba(56, 53, 75, 0.24);
backdrop-filter: blur(3px);
border-radius: 0.5rem;
clip-path: url(#b-clip-path-1);
}< /code>
Beispiel für das, was passieren soll: