-
Notifications
You must be signed in to change notification settings - Fork 0
/
icons.html
68 lines (66 loc) · 1.54 KB
/
icons.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<style>
.facebook {
background-image: url('/cfpimages/socialmedia.png');
background-repeat: no-repeat;
height: 164px;
width: 164px;
display: inline-block;
background-position: -160px -40px;
}
.instagram {
background-image: url('/cfpimages/socialmedia.png');
background-repeat: no-repeat;
height: 164px;
width: 164px;
display: inline-block;
background-position: -348px -40px;
}
.youtube {
background-image: url('/cfpimages/socialmedia.png');
background-repeat: no-repeat;
height: 164px;
width: 164px;
display: inline-block;
background-position: -536px -40px;
}
.twitter {
background-image: url('/cfpimages/socialmedia.png');
background-repeat: no-repeat;
height: 164px;
width: 164px;
display: inline-block;
background-position: -159px -250px;
}
.linkedin {
background-image: url('/cfpimages/socialmedia.png');
background-repeat: no-repeat;
height: 164px;
width: 164px;
display: inline-block;
background-position: -536px -248px;
}
.snapchat {
background-image: url('/cfpimages/socialmedia.png');
background-repeat: no-repeat;
height: 164px;
width: 164px;
display: inline-block;
background-position: -159px -458px;
}
.pinterest {
background-image: url('/cfpimages/socialmedia.png');
background-repeat: no-repeat;
height: 164px;
width: 164px;
display: inline-block;
background-position: -536px -448px;
}
</style>
<ul>
<li class="facebook"> </li>
<li class="instagram"> </li>
<li class="youtube"> </li>
<li class="twitter"> </li>
<li class="linkedin"> </li>
<li class="snapchat"> </li>
</ul>