CSS Background Blur atau Glass Effect
.container {
backdrop-filter: blur(10px);
}
Innocent Iguana
.container {
backdrop-filter: blur(10px);
}