background

This commit is contained in:
암냥 2025-02-19 17:28:32 +09:00
commit b6fcc88d65
No known key found for this signature in database
GPG key ID: C96C0327210DD61A
3 changed files with 66 additions and 33 deletions

View file

@ -11,3 +11,22 @@
justify-content: center;
align-items: center;
}
.avatar-background {
background: none;
}
@media (min-width: 768px) {
.avatar-background {
position: relative;
overflow: hidden;
background-image: url("https://f.imnya.ng/profile/banner.CjixG8N2_15mivN.webp");
background-size: cover;
background-position: 400px center;
background-repeat: no-repeat;
background-attachment: fixed;
}
.avatar-background-blur {
backdrop-filter: blur(5px);
}
}