.text-shadow {
text-shadow: 8px 12px 0px 0px rgba(0, 0, 0, 0.5);
}
<h1 class="text-shadow">hallo</h1>
it doesn't show a shadow and it also doesn't apply on the class
This is what the browser respond
can someone help me to fix the problem so the shadow work
I also tried it with filter: drop-shadow but it also doesn't work But other filters like blur work