text-shadow
My text-shadow sm
My text-shadow md
My text-shadow lg
My text-shadow xl
My text-shadow md
My text-shadow lg
My text-shadow xl
<--add a text-shadow class to body tag-->
+ <body class="text-shadow">
<div>
<div class="v-text-shadow-sm">
</div>
<div class="v-text-shadow-md">
</div>
<div class="v-text-shadow-lg">
</div>
<div class="v-text-shadow-xl">
</div>
</div>
text-shadow version