Monday, February 3, 2014
Rounded Avatars CSS3 Border Radius
No comments:
Posted by
ddddf
at
1:16 AM
Labels:
css,
css code,
css effect code,
css flat style,
css hover effect,
css snippets,
css3 code,
extreme css,
image effect css
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{
...
Friday, January 31, 2014
Awesome Image Hover Effect Using Pure CSS
No comments:
Posted by
ddddf
at
12:59 PM
Labels:
css,
css code,
css effect code,
css hover effect,
css3 code,
extreme css,
hover css,
image effect css
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:
Posted by
ddddf
at
1:24 AM
Labels:
css,
css code,
css flat style,
css snippets,
css3 code,
extreme css,
flat style css code,
metro css code,
metro style css
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:...
Subscribe to:
Posts (Atom)