CSS3 is just around the corner and Microsoft have announced that they are going to offer support for CSS3 (Finally!!!), and so i present to you my top 5 CSS3 Features, all code, is presented with each feature. For now these CSS techniques will only work is Firefox, Safari, Chrome and partially in opera.
1. Box shadow
100% CSS Epic cool shadow surrounding this box.
CODE:
box-shadow: 0px 0px 5px #999;
2. Text Shadow
This text has a shadow changed to white to create a 100% CSS letterpress effect! CODE: text-shadow: 0px 0px 1px #FFF;
This text has a shadow! CODE: text-shadow: 0px 0px 5px #000;
Comment on this post (0 Comments)
Comments (0 Comments)
No comments on this post, Be the first to comment.