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


You need to login to view comments.