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