7 lines
85 B
CSS
7 lines
85 B
CSS
#home-video {
|
|
filter: blur(4px);
|
|
left: 0;
|
|
position: absolute;
|
|
width: 100%;
|
|
}
|