CSS3 Text Shadow


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



Copy this code and paste it in your HTML
  1. text-shadow: 1px 1px 0px #ffffff;
  2. filter: dropshadow(color=#ffffff, offx=1, offy=1);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.