Posts by :

Text Shadow in CSS3 with the text-shadow property 

Another exciting new feature of CSS3 is the text-shadow property. If your a user of the photo manipulation software Photoshop, you might have used the drop shadow effect within blending options on a layer, the text-shadow property creates a similar effect. While this text-shadow property is being implemented in CSS3 it is not actually new. [...]

Custom Web Fonts in CSS3 

Another great feature of CSS3 is being able to use custom web fonts in your website layouts, instead of being stucked with the boring Arial, Georgia, Courier etc typeface. In CSS3 however you are able to use any TrueType (.ttf) or OpenType (.otf) typeface in website layouts, simply by using the @font-face rule. With that [...]