fixed too large effects
This commit is contained in:
parent
6f75065b9c
commit
a010027db2
@ -170,12 +170,10 @@ http://aleclownes.com/2017/02/01/crt-display.html
|
|||||||
z-index: 2;
|
z-index: 2;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
animation: flicker 3s infinite;
|
animation: flicker 3s infinite;
|
||||||
width: 100%;
|
width: inherit;
|
||||||
height: 100%;
|
height: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.crt::before {
|
.crt::before {
|
||||||
content: " ";
|
content: " ";
|
||||||
display: block;
|
display: block;
|
||||||
@ -186,11 +184,10 @@ http://aleclownes.com/2017/02/01/crt-display.html
|
|||||||
right: auto;
|
right: auto;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
||||||
background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
|
background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
|
||||||
background-size: 100% 2px, 3px 100%;
|
background-size: 100% 2px, 3px 100%;
|
||||||
width: 100%;
|
width: inherit;
|
||||||
height: 100%;
|
height: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.crt {
|
.crt {
|
||||||
|
Loading…
Reference in New Issue
Block a user