[Tutorial] Blurry Text w/ CSS3

reloadmydeagle Feb 15, 2015

  1. reloadmydeagle

    reloadmydeagle I LoVe GoldZ Lifetime Gold XPG Retired Staff
    135/188

    Joined:
    Oct 30, 2013
    Messages:
    1,608
    Likes Received:
    656
    Trophy Points:
    135
    Gender:
    Male
    Location:
    Texas
    Console:
    Xbox One
    Just add these attributes to your text class in HTML (p, span, a, etc.) and voila you have blurry text. You can tinker with the color a little bit to get the amount of blur you want ;)

    .blur {
    color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    }

    Example: [​IMG]
     

Share This Page

Close