White glowing text in css3


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



Copy this code and paste it in your HTML
  1. #content h2 em {
  2. color: #FFF;
  3. text-shadow: 0 0 150px #FFF, 0 0 60px #FFF, 0 0 10px #FFF;
  4. }
  5.  

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.