"social media"
Bootstrap 3.0.0 Snippet by evarevirus

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<ul>
<li>
<a href="" title="">
<div id="fb">
<div class="layer2">
<svg version="1.1" id="Facebook icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
<path id="facebook-icon" fill="#364F8F" d="M204.1,184.7h-43.1v70.4h43.1V462h83V254.2h57.9l6.2-69.5h-64c0,0,0-26,0-39.6
c0-16.4,3.3-22.9,19.1-22.9c12.8,0,44.9,0,44.9,0V50c0,0-47.3,0-57.4,0c-61.7,0-89.6,27.2-89.6,79.2
C204.1,174.6,204.1,184.7,204.1,184.7z" />
</svg>
<div class="nb">13K</div>
</div>
<div class="textlink">Like us</div>
</div>
</a>
</li>
<li>
<a href="" title="">
<div id="tw">
<div class="layer2">
<svg version="1.1" id="Twitter icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
<path id="twitter-icon" fill="#02A8EA" d="M462,128.2c-15.2,6.7-31.4,11.3-48.5,13.3c17.4-10.5,30.9-27,37.2-46.8
c-16.3,9.7-34.4,16.7-53.7,20.5c-15.4-16.4-37.4-26.7-61.7-26.7c-54.6,0-94.7,50.9-82.3,103.8c-70.2-3.5-132.5-37.2-174.2-88.3
c-22.1,38-11.5,87.7,26.2,112.8c-13.9-0.4-26.9-4.2-38.3-10.6c-0.9,39.2,27.1,75.8,67.8,83.9c-11.9,3.2-24.9,4-38.2,1.4
c10.8,33.6,42,58,79,58.7c-35.5,27.8-80.3,40.3-125.1,35c37.4,24,81.8,38,129.6,38c156.9,0,245.6-132.6,240.3-251.4
C436.3,160.1,450.7,145.2,462,128.2z" />
</svg>
<div class="nb">10.5K</div>
</div>
<div class="textlink">Follow</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* RESET CSS */
/* https://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments:

Thanks !! Working Great. Good Job!!

Gautam Patadiya () - 7 years ago - Reply 0