background
This commit is contained in:
parent
4bc37e9497
commit
b6fcc88d65
3 changed files with 66 additions and 33 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue