Skip to content

Commit

Permalink
nice one
Browse files Browse the repository at this point in the history
  • Loading branch information
fazibear committed Oct 21, 2023
1 parent ce38cbe commit c792900
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions fazic_static/stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
body {
background-color: #000;
color: #fff;
margin: 0;
padding: 0; }

Expand All @@ -9,7 +10,9 @@ body {
width: 1140px;
height: 698px;
margin-left: auto;
margin-right: auto; }
margin-right: auto;
margin-top: 50px;
}

.canvas {
position: absolute;
Expand All @@ -20,7 +23,8 @@ body {
image-rendering: -webkit-optimize-contrast;
image-rendering: optimize-contrast;
image-rendering: pixelated;
-ms-interpolation-mode: nearest-neighbor; }
-ms-interpolation-mode: nearest-neighbor;
}

/* scanlines */
.canvas::before {
Expand All @@ -33,7 +37,8 @@ body {
right: 0;
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%;
pointer-events: none; }
pointer-events: none;
}

.canvas::after {
content: " ";
Expand All @@ -45,20 +50,24 @@ body {
right: 0;
background: rgba(18, 16, 16, 0.1);
opacity: 0;
pointer-events: none; }
pointer-events: none;
}

#flick {
position: relative;
top: 695px; }
top: 695px;
}

#flick-label {
font-family: 'Strasua';
position: relative;
top: 695px;
font-size: 10px; }
font-size: 10px;
}

#flick:checked ~ .canvas::after {
animation: flicker 0.15s infinite; }
animation: flicker 0.15s infinite;
}

.overlay {
background-image: url("tv.jpg");
Expand Down

0 comments on commit c792900

Please sign in to comment.