Monday, February 3, 2014

Rounded Avatars CSS3 Border Radius

No comments:
As there is a Trends of Rounded Avatars in Blog Comment Area with Some other Beautiful Transitions Using CSS3 The Rounded Avatar is Not by Cropping Image in Circle it Acatally Masking Image in Circle. CSS Code: .avatar-box{border: 2px solid #c7b89e;} .avatar-box,.avatar-box img{ ...
Read More

Friday, January 31, 2014

Awesome Image Hover Effect Using Pure CSS

No comments:
The using of Javascript for Hover is Old Now. Now you can render faster than javascript and also run on No Javascript Mode. CSS Code: #mainwrapper { font: 10pt normal Arial, sans-serif; height: auto; margin: 80px auto 0 auto; text-align: center; width: 660px; }...
Read More

Metro Style Buttons using CSS3

No comments:
Currently the Metro Style is in Trends, After the Launch a Metro UI in Windows it Became Trends on Internet to use Metro Style and Flat Design. So by this i have thought lets make a Metro Style Button Using Css .metro { display: inline-block; padding: 10px; margin: 10px; background:...
Read More