D0r11s (обсуждение | вклад) (Новая страница: «Привет! Добро пожаловать в вики!») |
D0r11s (обсуждение | вклад) Нет описания правки |
||
| Строка 1: | Строка 1: | ||
<div class="wrapper"> | |||
<h1>Frosted Glass Effect</h1> | |||
</div> | |||
.wrapper{ | |||
background: rgba(255, 255, 255, 0.192); | |||
backdrop-filter: blur(10px); | |||
height: 250px; | |||
width: 600px; | |||
border-radius: 15px; | |||
border: 1px solid rgba(43, 43, 43, 0.568); | |||
} | |||
.wrapper{ | |||
background: rgba(255, 255, 255, 0.192); | |||
backdrop-filter: blur(10px); | |||
height: 250px; | |||
width: 600px; | |||
border-radius: 15px; | |||
border: 1px solid rgba(43, 43, 43, 0.568); | |||
} | |||
Текущая версия от 18:58, 23 июля 2024
Frosted Glass Effect
.wrapper{
background: rgba(255, 255, 255, 0.192);
backdrop-filter: blur(10px);
height: 250px;
width: 600px;
border-radius: 15px;
border: 1px solid rgba(43, 43, 43, 0.568);
}
.wrapper{
background: rgba(255, 255, 255, 0.192);
backdrop-filter: blur(10px);
height: 250px;
width: 600px;
border-radius: 15px;
border: 1px solid rgba(43, 43, 43, 0.568);
}