Text-shadow CSS not dark enough

If your text-shadow isn’t dark enough, you can use multiple shadows separated by commas to make it darker.

Example:

text-shadow: 0px 0px 4px #ff9c00;

Produces an orange shadow.

text-shadow: 0px 0px 4px #ff9c00, 0px 0px 4px #ff9c00;

Produces a stronger orange shadow.

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.