/ Published in: CSS
CSS Big Glowing Txt
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<style>body { background-color:#E83A25;padding:50px; } @media screen { @font-face { font-family: 'Alfa Slab One'; font-style: normal; font-weight: 400; src: local('Alfa Slab One'), local('AlfaSlabOne-Regular'), url('http://themes.googleusercontent.com/static/fonts/alfaslabone/v2/Qx6FPcitRwTC_k88tLPc-fn8qdNnd5eCmWXua5W-n7c.woff') format('woff'); } } h2 { text-align:center; font-family:'Alfa Slab One','helvetica neue', helvetica, arial, sans-serif; font-size:10em; font-weight:400; /* Only bottom two lines are actually required fo the glow effect */ color: #FFF; text-shadow: 0 0 150px #FFF, 0 0 60px #FFF, 0 0 10px #FFF; }</style> <!-------------------------------H2 Heading will be huge and glowing ! ---------------------------------------->