Glow over things when hover Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Glow over things when hover

    avatar
    Yusei Fudo
    New Member


    Posts : 7
    Reputation : 2
    Language : English, Japanse, Spanish and French

    Glow over things when hover Empty Glow over things when hover

    Post by Yusei Fudo January 12th 2014, 2:45 pm

    Hi i want help to have a glow when u hover over something and i dont know how to do it and also, I want it to be the color red.

    Kind regards, Yuesi Fudo  :wouhou:  banana   groar
    Mati
    Mati
    Hyperactive


    Posts : 2021
    Reputation : 331
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    Glow over things when hover Empty Re: Glow over things when hover

    Post by Mati January 12th 2014, 3:14 pm

    Hello,

    You can try this CSS code for links.

    Code:
    a:link:hover {
        text-shadow: 0 0 10px red;
    }