Normal Shadow
Here is how to create a normal single color shadow with a slight blur.
The Code:
text-shadow: 1px 1px 2px #000;
Letter Press Effect
Here’s a quick example for pulling it off with text shadows.
The Code:
text-shadow: 0 1px 0 #fff, 0 -1px 0 #000;
Geef een reactie