Return to Snippet

Revision: 62126
at February 3, 2013 07:50 by erikgeerling


Initial Code
<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 ! ---------------------------------------->

Initial URL


Initial Description
CSS Big Glowing Txt

Initial Title
CSS Big Glowing Txt

Initial Tags
text

Initial Language
CSS