Blue Theme Orange Theme Green Theme Red Theme
 
Home | Forums | ASP.NET 2.0 Tutorials | Web Services | How Do I...? | Class Browser | WPF Quick Starts | Advertise with Us
 | Consulting  
Submit an Article Submit a Blog 
Search :       Advanced Search »
Home » Blogs Home » Blog Detail

Text-Shadow Effects in CSS3

 by Mahak Gupta on Jan 21, 2012

Here we specify the Text Shadow Effects in CSS3.
Comments: 0 Views: 727 Printable Version 
Here we specify the Text Shadow Effects in CSS3.  

<html>
<head>
<style type="text/css">
h1
{
text-shadow: 2px 3px 3px #FF00FF;
}
</style>
</head>
<body>

<h1>My Name is Mahak</h1>



</body>
</html>




text-shadow: 2px 3px 3px #FF00FF;
Here we specify the horizontal shadow, the vertical shadow, the blur distance, and the color of the shadow.



12345.png
Comment Request!
Thank you for reading this post. Please post your feedback, question, or comments about this post Here.
 
What do you say about this post? Post a comment here
*Title:
*Comment:
 
Comments not available.
Nevron Gauge for SharePoint
Become a Sponsor

 Blogger's Profile
Age: Not Available
Location:
Title: Developer
Joined: May 09, 2010
Education: Master's Degree
 More Blogs from this Blogger
No record available
 Latest Blogs
[Video] OnClose Handler
[Video] Storing and Loading the Window and Toolbar position
The Euclidean Algorithm
Swapping Exe Process
How Exe file is Generated by VS2005 C++ Project?
What is Exe
Header files: Multiple Inclusion problem - Solution B
Header files: Multiple Inclusion problem - Solution A
Header files: Multiple Inclusion problem - Reason
Header files: Multiple Inclusion problem
View all »
 Latest Jobs
More ... 
 Latest Interview Questions
More ... 

 © 2012  contents copyright of their authors. Rest everything copyright Mindcracker. All rights reserved.