CSS

How to use a custom cross browser friendly dynamic font on your website?

Have you ever thought of making a custom styled font on your website, which may not available on your visitor PCs, well there is one solution!! you can use CSS @font-face syntax to instruct the web browser to download the custom font to the visitor PC.
The easiest way of  @font-face declaration is this, you can use either TTF or OTF font file:

Great looking text-shadow using only CSS!!!

The CSS text-shadow property is used below produces the following text with a shadow 1px right and top of the text,

text-shadow:0 1px 1px #000000;

I am a CSS TEXT SHADOW!!

May be you have not seen this effect so much, the great CSS3 effect like Photoshop!!!