Showing posts with label neon glow. Show all posts
Showing posts with label neon glow. Show all posts

Saturday, 10 December 2011

CSS : Shadow effect for Heading, Firing and glowing effect script


       Hey, now I am discussing about shadow effect in CSS. The word CSS means Cascading Style Sheet. It’s a simple code. But it had so many uses. We can create a firing text for caption or for a heading for your website, etc..
The shadow effect is not just a command it’s a powerful code for attractive text.
Using it we can even make a glowing heading also

Here is the code. Lets enjoy the new effect.

             text-shadow: 4px 4px 3px #C80000 ;
      
      here is the preview :
 
 




now I will explain the parameters
the first one is X-OFFSET
the second  is Y-OFFSET
the third parameter is BLUR
and the last is nothing but the COLOUR.

Now look at the next code. It can be used for more attractive. Its like a neon lighting.
It uses multiple shadow effect.

Here is the code. Do it yourself
             color:#ffffff;
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 30px #fff, 0 0 10px #ff00de, 0 0 20px #ff00de, 0 0 30px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de;">
               
see the preview  :
 




 please convey your feelings.comment here