Шаблон:NewCountryInfo: различия между версиями

Материал из МК14 | Space Station 14 Wiki
(Новая страница: «Привет! Добро пожаловать в вики!»)
 
Нет описания правки
 
Строка 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);
     }