You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The box-shadow property takes an optional inset keyword allowing the shadow to be displayed inside the box, allowing to create "pushed in" effects.
The same should be possible for text shadows. Especially for big bold texts like in headlines this would be valuable to give them a special touch.
Therefore, I suggest to add the optional inset keyword to the text-shadow property. Effectively, this makes its syntax the same as the one for box-shadow.