<div class="container">
<div class="box">
A box!
</div>
</div>
.box {
background-color: rgb(255 255 255 / 30%);
backdrop-filter: blur(4px);
width: 100%;
padding: 1rem 0;
text-align: center;
color: white;
}
.container {
align-content: center;
justify-content: center;
position: relative;
height: 200px;
width: 300px;
background-image: url("https://placecats.com/300/200");
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.