-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeme2.html
33 lines (29 loc) · 1.03 KB
/
meme2.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
<style>
* {
padding: 0;
margin: 0;
font-family: arial;
font-size: 11px;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#box {
width: 80px;
height: 80px;
background-image: url("http://i.imgur.com/dxMjf86.jpg");
background-size: 180%;
}
.icon {
margin-left: 20px;
margin-top: 7px;
margin-bottom: 3px;
}
svg {color: white;}
</style>
<div id="box">
<svg fill="#fff" class="icon" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="35" height="35" viewBox="0 0 32 32">
<path d="M27.844 11.252c-0.101-4.022-3.389-7.252-7.433-7.252-2.369 0-4.477 1.109-5.839 2.835-0.764-0.987-1.959-1.624-3.303-1.624-2.307 0-4.176 1.871-4.176 4.179 0 0.201 0.015 0.399 0.043 0.592-0.351-0.063-0.711-0.098-1.080-0.098-3.344-0-6.054 2.712-6.054 6.058s2.71 6.058 6.054 6.058h2.868l7.078 7.328 7.078-7.328 3.484-0c3.004-0.006 5.438-2.444 5.438-5.451 0-2.565-1.771-4.716-4.156-5.296zM16 26l-6-6h4v-6h4v6h4l-6 6z"></path>
</svg>
<center>Download Manager</center>
</div>