/
githubmirror
/
50projects50days
Обзор
Документация
Войти
/
githubmirror
/
50projects50days
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
password-strength-background/style.css
25 строк
437 B
Brad Traversy
Password strength background
07 окт 2020, 18:50
07 окт 2020, 18:50
db455d2
Код
Авторство
О чём код?
* { box-sizing: border-box; } body { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; overflow: hidden; margin: 0; } .background { background: url('https://images.unsplash.com/photo-1556745757-8d76bdb6984b') no-repeat center center/cover; position: absolute; top: -20px; bottom: -20px; left: -20px; right: -20px; z-index: -1; filter: blur(20px); }