-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeme3.html
51 lines (43 loc) · 1.28 KB
/
meme3.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
<STYLE>* {
font-family: arial;
font-size: 11px;
margin: 0;
padding: 0;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
div {
width: 295px;
height: 150px;
background: purple;
padding: 0px;
}
h1 {
padding-top: 7px;
padding-bottom: 7px;
}
p {
font-size: 7px;
padding-left: 7px;
padding-right: 7px;
}
.cl {
background: #42275a;
/* fallback for old browsers */
background-image: url("http://i.imgur.com/dxMjf86.jpg");
background-size: 100%;
}
svg {padding-top: 25px;}
</STYLE>
<div class="cl">
<center>
<svg fill="#fff" class="icon" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="40" height="40" 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>
<h1>
Wordpress Download Manager
</h1>
<p>Give your wordpress users secure access to files</p>
</center>
</div>