Text shadow Inset effect css3
Asked Answered
G

1

5

enter image description here

I want the inset effect for the above button. The 'text' cancel appears to be type pressed. I have tried a lot of examples available online but they don't have white background examples.

Help me to gain this effect.

Thanks in advance!!

Grayce answered 3/5, 2012 at 10:44 Comment(0)
A
20

With the text-shadow property, you should be able to get the subtle effect that you're after:

text-shadow: 0 -1px 0 #888;

See a very basic example on jsfiddle.

Afterdinner answered 3/5, 2012 at 11:55 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.