text shadow
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
css text shadow -m
/* Text-Shadow is CSS property that is used to add the shadow to the text, simply
you can add horizontal and vertical shodow alongwtith the blur and the color of shadow options */
/* It's general syntax would be like*/
/* x-offset | y-offset | blur-raduis | color */
text-shadow: 2px 2px 0px #808080;
/* x-offset | y-offset | color */
text-shadow: 2px 2px #808080;
/* x-offset | y-offset(not required) | blur-raduis | color */
text-shadow: 2px 0 2px #808080;
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us