<link async href="https://fonts.googleapis.com/css?family=Chau%20Philomene%20One" rel="stylesheet" type="text/css"/>
<div class="anaglyph">Anaglyph</div>
body {
margin: 50vh 0 0;
transform: translateY(-50%);
}
.anaglyph {
box-sizing: content-box;
border: none;
font: normal 50px/normal "Chau Philomene One", Helvetica, sans-serif;
color: rgb(51, 51, 51);
text-align: center;
text-overflow: clip;
letter-spacing: 3px;
text-shadow: -3px 0 1px rgb(30,242,241) , 3px 0 1px rgb(246,5,10) ;
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.