Text Shadow Effects in CSS3
CSS3 allows you to apply shadows to text and eliminates the need of using Photoshop to do it. It is very simple and all you have to do is just add a new property to an element. It’s: text-shadow: 2px 2px 2px #333; This code will apply a gray show to the text. This effect [...]
How to link CSS to xHTML
This tutorial teaches you on how to link an external CSS file in an xHTML file. By creating and linking an external CSS file, it allows you to keep all your CSS code separately out in a different file. This eliminates the clutter in your HTML file. This also keeps your content separately from design. [...]


