<div class="container w-1/4">
<h1 class="text-4xl mb-5 glitch-text">Glitch TEXT</h1>
<div class="glitch-box bg-white p-6">
<h2 class="text-4xl mb-2 glitch-text">Glitch BOX</h2>
<p>description</p>
</div>
</div>
body{
background-color: #2d3748;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
.glitch-text{
text-shadow:-2px -2px 0 cyan, 2px 2px 0 magenta;
font-family: roboto;
}
h1{
color: #FFF;
}
.glitch-box{
box-shadow:-8px -8px 0 cyan, 8px 8px 0 magenta;
}
This Pen doesn't use any external JavaScript resources.