Add cool shadows effects to your text using css codes
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>
Please rate this post by clicking a star:



(6 votes, average: 3.67 out of 5)