Today I was working on the website and thinking how to do the effects of the text of the (h1).Searching in Google I found this examples. Check this
website which the tittle is "Using CSS Text-Shadow to Create Cool Text Effects".
I put this effects on h1
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
But this command give me 9 errors when I try to validate.
Here is the link to the
website where I apply the effect above.
I will work on tomorrow to find out what happen.