CSS3 Text Shadow


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



Copy this code and paste it in your HTML
  1. .class {
  2. text-shadow: 2px 2px 7px #111;
  3. font-size: 3.2em;
  4. color: #f5f5f5;
  5. }

URL: http://www.zenelements.com/blog/css3-text-shadow/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.