I need the insert effect for this button. Cancel "text" will be clicked. I have tried many examples available on the Internet, but they have no examples on a white background.
Help me achieve this effect.
Thanks in advance!
Using the property text-shadowyou can get the subtle effect that you need:
text-shadow
text-shadow: 0 -1px 0 #888;
See a very simple jsfiddle example .