demo-container { display: flex; border: 2px solid rgb(189, 189, 189); padding: 25px 10px 10px; border-radius: 4px; background-image: url("../images/g.jpg"); background-size: cover; align-items: center; justify-content: center; height: 115px; width: 200px; background-repeat: no-repeat; background-position: center center; }
demo-object { display: block; background-color: rgba(255, 255, 255, 0.4); padding: 10px; margin: 10px; font-weight: bold; inline-size: 140px; block-size: 70px; }
demo-frame { display: block; }
.element {backdrop-filter: blur(2px);}
