Loading Please Wait...
The CSS text-shadow property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text.
color: optional color of the text shadow.
offset-x: horizontal distance of the shadow from the text. Positive value places the shadow to the right and negative value places the shadow the left. Any length value (5px, 0.5rem, etc).
offset-y: vertical distance of the shadow from the text. Positive value places the shadow to the bottom and negative value places the shadow the top. Any length value (5px, 0.5rem, etc).
blur-radius: optional blur value. Higher the value higher the blue and shadow become wider and lighter. Any length value (5px, 0.5rem, etc).
Global values: inherit, initial, revert, revert-layer, unset.
/* offset-x | offset-y | blur-radius | color */
text-shadow: 1px 1px 2px black;
/* color | offset-x | offset-y | blur-radius */
text-shadow: #fc0 1px 0 10px;
/* offset-x | offset-y | color */
text-shadow: 5px 5px #558abb;
/* color | offset-x | offset-y */
text-shadow: white 2px 5px;
/* offset-x | offset-y */
text-shadow: 5px 10px;
/* Global values */
text-shadow: inherit;
text-shadow: initial;
text-shadow: revert;
text-shadow: revert-layer;
text-shadow: unset;
How you feel about this blog:
Share this blog on:
If you find any error in the turtorials, or want to share your suggestion/feedback, feel free to send us email at: info@lynxsia.com
Contact UsWe are concern with various development process like website design & development, E-commerce development, Software development, Application development, SMS & Bulk SMS Provider, PWA Development, and many more..
Copyright ©
, Lynxsia IT Solutions, All rights reserved