CreateaFreeWebsite

 with Responsive Web Design

Text Shadow

The text shadow property is one of those CSS techniques that has been experimental for a few of the last releases of CSS.

I'll start off by saying that I don't recommend text shadow for dark text on very light or white background colors. You can experiment with it but my experience has taught me to use it with light text on pastel or medium colored backgrounds.

When used properly it adds a nice raised almost 3 dimensional appearance to your text.

It can be used with any text element, even Wingdings.

The text-shadow property accepts the following values:
text-shadow: h-shadow v-shadow blur color;

h-shadow Required. The position of the horizontal shadow. Accepts Negative values.
v-shadow Required. The position of the vertical shadow. Accepts Negative values.
blur Optional. The blur distance
color Optional. The color of the shadow.

Examples of Text Shadow

Below we'll present a few examples. Because we use text shadow on our website we will add the values with inline style sheets.

When you start experimenting, you'll place the values in your linked style sheet.

Text shadow is optional and a matter of the taste of the author.

 

This is text shadow. The code is shown below.

font-size:30px;
color: #fff;
text-shadow: 1px 1px 2px #000

 

This is text shadow. The code is shown below.

font-size:28px;
color: #fff;
text-shadow: 4px 4px 8px #000

 

This is text shadow. The code is shown below.

font-size:30px;
color: #fff;
text-shadow: -1px -1px 8px #990000

 

This is text shadow. The code is shown below.

font-size:34px;
color: #000;
text-shadow: -2px 2px 10px #ffff00

 

This is text shadow. The code is shown below.

font-size:38px;
color: #ff8000;
text-shadow: 1px 1px 3px #000

 

 

Free Tools and Resources

ThingsThingsHave you found Thiings yet?.
Over 6000 Free 3D images that you can download (individually or the complete set) and use for personal or commercial projects. You have got to SEE this!!

 

Free Bullet Images, WingDings and WebDings
🔵 🔶 😀 🎈 🐝 🏀 👉 👲 💡 🍅

Have you tried our NEWEST template kit with scrolling columns?
Download Template Kit #601 - 4 Page Kit or Test Drive It!

 

Top