CSS provides two shadow effects: box-shadow for elements and text-shadow for text.
box-shadow: h-offset v-offset blur spread color;text-shadow: h-offset v-offset blur color; Edit the code below and click Run to see the result live.