Simple Social Network Icons with CSS3 Opacity Effect


Do you want to make your own social media icons more special? Not using javascript, just HTML and CSS3 can do the work. CSS3 Hover Effects can help you to create beautiful designs with great efficiency and ease. The Simple Social Network Icons in this article have CSS3 Opacity Effect and are pretty cool. Enjoy and share your thoughts in a comment.

#opaci img {
opacity: 0.7;
}
#opaci img:hover {
opacity: 1;
}

Leave a Reply

Your email address will not be published. Required fields are marked *