Showing posts with label html code. Show all posts
Showing posts with label html code. Show all posts

Wednesday, 23 August 2017

Learn how to give Text Shadow


SHAIFALI VERMA
Text-shadow with red neon glow

Note: Internet Explorer 9 and earlier do not support the text-shadow property.

In this post you can learn 'TEXT-SHADOW' effect.

Type below code in your html page.
head tag
style tag
h1
{
text-shadow: 0 0 3px #FF0000;
}
close style tag
close head tag
body tag
h1 tag
text type here like my name
close h1 tag
close body tag