<h1>
  LCD TEXT.
</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis amet possimus non, ratione nobis reprehenderit repellendus sit labore ut assumenda. Minima, quo vel sequi sint, architecto soluta pariatur maiores nemo?</p>
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,500,600,700,900,300,200);
$pixel-size: 3px;
body{
  &::after{
  content:'';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  background-image:
    // radial-gradient(black, rgba(#000,0)),
    linear-gradient(to top, rgba(#fff,.2) 33.33333%, rgba(#fff,.4) 33.33333%, rgba(#fff,.4) 66.66666%, rgba(#fff,.6) 66.66666%),
    linear-gradient(to right, rgba(#f00,.7) 33.33333%, rgba(#0f0,.7) 33.33333%, rgba(#0f0,.7) 66.66666%, rgba(#00f,.7) 66.66666%);

    
    background-size: $pixel-size $pixel-size ;
    mix-blend-mode: multiply;
    }
}

body {
  background: #222; 
  color: #fff;
  text-shadow: 2px 0 rgba(255,0,0,.9), -2px 0 rgba(0,0,255,.9);
  padding: 40px;
  font-family: 'Source Code Pro';
  // background-image: ;
  // background-size: 100% 100%;
}

h1{
  font-size: 60px;
  font-weight: 200;
}
View Compiled
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.