+ Examples
+ These buttons require no extra markup and are designed with semantics in mind. Show examples.
+ Create a Facebook button
+ On the parent element, add a class of "zocial" and a class for the button you need, in this case "facebook". Be sure to wrap your button text in a span tag as shown:
+
+ <button class="zocial facebook">Sign in with Facebook</button>
+
+ Create a LinkedIn button
+ The parent element can be any element, this time we're using <a> to create a LinkedIn button:
+
+ <a class="zocial linkedin">Sign in with LinkedIn</a>
+
+ Resize the button
+ Change the size of the button by adjusting the font-size of the parent element. The default font-size is 16px.
+
+ <button class="zocial skype" style="font-size: 22px">Skype Me</button>
+
+ Show the icon version of the button
+ Simply add a class of "icon".
+
+ <a class="zocial twitter icon">Follow me on Twitter</a>
+
+
+