Get started with css-social-buttons CDN
MIT licensed
Lightweight library for adding social media icons with custom CSS.
Tags:- css
- font
- icon
- social
- zocial
Stable version
Copied!
How to start using css-social-buttons CDN
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.cdnhub.io/css-social-buttons/1.4.0/css/zocial.min.css">
<title>Get started with css-social-buttons CDN - cdnhub.io</title>
</head>
<body>
<ul class="social-links">
<li><a class="facebook" href="#"><i class="zocial-facebook"></i></a></li>
<li><a class="twitter" href="#"><i class="zocial-twitter"></i></a></li>
<li><a class="google-plus" href="#"><i class="zocial-googleplus"></i></a></li>
</ul>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!