CSS - Adding shadow to text – text-shadow


/ Published in: CSS
Save to your folder(s)

Helps make your text stand out from the rest


Copy this code and paste it in your HTML
  1. .text-shadow {
  2.    text-shadow: 2px 2px 4px #666;
  3. }

URL: http://speckyboy.com/2011/04/15/25-css-snippets-for-some-of-the-most-common-and-frustrating-tasks/

Report this snippet


Comments


You need to login to view comments.