Yura Gaevskij's profile

Аs you can see Windows

Frosted glass effect in user interface
The project was realized by Yurij Haevskiy like concept in 2020
Microsoft Windows 2.0
Frosted glass effect in CSS

<
body {
    background-attachment: fixed;
}

.container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    filter: blur(10px);
}

.container {
    background: inherit;
}

.container:before {
    background: inherit;
}
Аs you can see Windows
Published:

Owner

Аs you can see Windows

Published: