Add cool shadows effects to your text using css codes to make the text more readable. Here is an example of light blue text with dark soft shadow.
<style type="text/css">
h3 {color: #BDD6FF; text-shadow: black 0.1em 0.1em 0.2em}
</style>
View the code here:
The css code above is used on a h3 (Heading 3) tage. View the link's source code to see how it was setup.
NewSourceMedia is providing links to these listings as
a courtesy, and makes no representations regarding the content or
any information related thereto. Any questions, complaints or claims
regarding the downloaded content or details must be directed to the appropriate
publisher. We do not encourage or condone the use of any
software in violation of applicable laws.