mirror of
https://github.com/SrIzan10/mainwebsite.git
synced 2026-06-24 09:22:29 +00:00
9 lines
196 B
CSS
9 lines
196 B
CSS
.bgImage {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
filter: blur(5px);
|
|
filter: brightness(30%);
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
} |