No media files provided.
Itβs like the Test Project 1005βFunny Text Shadow. But this time we use box-shadow:
See the Pen CSS Shadow Demo by Thomas Seng Hin Mak (@makzan) on CodePen.
Given the following HTML:
<div class="group">
<div class="demo"> DEMO </div>
<div class="demo"> DEMO </div>
</div>
<div class="group">
<div class="demo"> DEMO </div>
</div>
You can find the source code of my implementation here: