<div class='card'></div>
body{
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: radial-gradient(#9bdfff, #009be4);
}
.card {
width:200px;
height:200px;
backdrop-filter: blur(3px); background-color: rgba(255, 255, 255, 0.3); border-radius: 38px; box-shadow: 35px 35px 68px 0px rgba(145, 192, 255, 0.5), inset -8px -8px 16px 0px rgba(145, 192, 255, 0.6), inset 0px 11px 28px 0px rgb(255, 255, 255);
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.