Simple CSS3 Social Icons

Size
1,928 Kb
Views
20,240

How do I make an simple css3 social icons?

What is a simple css3 social icons? How do you make a simple css3 social icons? This script and codes were developed by Stathis Nikolaidis on 30 August 2022, Tuesday.

Simple CSS3 Social Icons Previews

Simple CSS3 Social Icons - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Simple CSS3 Social Icons</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!-- Group of Elements -->
<div id="social-icons"> <ul class="fancy-social"> <li><a href="#" class="zocial-facebook"></a></li> <li><a href="#" class="zocial-twitter"></a></li> <li><a href="#" class="zocial-googleplus"></a></li> <li><a href="#" class="zocial-linkedin"></a></li> <li><a href="#" class="zocial-email"></a></li> <li><a href="#" class="zocial-skype"></a></li> <li><a href="#" class="zocial-youtube"></a></li> <li><a href="#" class="zocial-pinterest"></a></li> </ul>
</div>
</body>
</html>

Simple CSS3 Social Icons - Script Codes CSS Codes

@import url(http://weloveiconfonts.com/api/?family=zocial);
/* zocial */
[class*="zocial-"]:before { font-family: 'zocial', sans-serif;
}
#social-icons{
}
ul.fancy-social{ text-align:center; margin:25px 0; width:100%;
}
ul.fancy-social li:hover,ul.fancy-social li a:hover{ color:#fff;
}
ul.fancy-social li { display: inline-block; margin: 10px;
}
ul.fancy-social li a { width: 40px; height: 40px; display: block; border-radius: 25px; text-decoration: none; font-size:18px; line-height: 40px; color: #fff;
}
ul.fancy-social li a.zocial-facebook { background-color: #3b5998;
}
ul.fancy-social li a.zocial-twitter { background-color: #00aced;
}
ul.fancy-social li a.zocial-googleplus { background-color: #dd4b39;
}
ul.fancy-social li a.zocial-linkedin { background-color: #007bb6;
}
ul.fancy-social li a.zocial-email { background-color: #2D2D2D;
}
ul.fancy-social li a.zocial-skype { background-color: #12A5F4;
}
ul.fancy-social li a.zocial-youtube { background-color: #bb0000;
}
ul.fancy-social li a.zocial-pinterest { background-color: #cb2027;
}
ul li a { transition: transform 0.3s ease-in-out;
}
ul li:hover a { transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
}
Simple CSS3 Social Icons - Script Codes
Simple CSS3 Social Icons - Script Codes
Home Page Home
Developer Stathis Nikolaidis
Username stathisnikolaidis
Uploaded August 30, 2022
Rating 3
Size 1,928 Kb
Views 20,240
Do you need developer help for Simple CSS3 Social Icons?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Stathis Nikolaidis (stathisnikolaidis) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!