-
Notifications
You must be signed in to change notification settings - Fork 0
/
konvalinka.html
48 lines (46 loc) · 1.07 KB
/
konvalinka.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
<!doctype HTML>
<html>
<head>
<link rel="stylesheet" type="text/css"
href="http://csshake.surge.sh/csshake.min.css">
<style>
.meme {
margin: auto;
/* background-image: url('konvalinka.jpg'); */
background-size: 100%;
text-align: center;
position: relative;
}
p {
position: absolute;
left: 0;
right: 0;
margin: 15px 0;
padding: 0 5px;
font-family: impact;
font-size: 3.5em;
text-transform: uppercase;
color: white;
letter-spacing: 1px;
text-shadow:2px 2px 0 #000,
-2px -2px 0 #000,
2px -2px 0 #000,
-2px 2px 0 #000,
0px 2px 0 #000,
2px 0px 0 #000,
0px -2px 0 #000,
-2px 0px 0 #000,
2px 2px 5px #000;
}
.bottom {
bottom: .75em;
}
</style>
</head>
<body>
<div class="meme" style="display:flex; justify-content:center; align-items:center;">
<img class="shake-hard shake-constant" src="konvalinka.jpg" />
<p class="bottom">#GETREKTOR</p>
</div>
</body>
</html>