-
Notifications
You must be signed in to change notification settings - Fork 0
/
shidposting.html
145 lines (108 loc) · 2.43 KB
/
shidposting.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html lang="en"> <head> <meta charset="utf-8">
<style>
html {
background-image: url("files/skinface.jpg");
background-repeat: repeat-y;
background-position: right top;
background-attachment: fixed;
background-size: cover;
}
#todo h2{margin: 5px 0px 0px 0px; padding: 0px;}
#htodo {
float:left;
width: 50%;
height: 420px;
overflow: none;
margin: 0px;
padding: 0px;
}
#todo h2{margin: 5px 0px 0px 0px; padding: 0px;}
#spacer {
height: 20px;
}
#vspacer {
height: 200px;
width: 10px;
}
.shaky {
animation-name: shaky !important;
animation-duration: 5s !important;
animation-iteration-count: infinite !important;
animation-direction:alternate;}
@keyframes shaky {
0% {
transform: translateX(0%);
}
25% {
transform: translateX(2%);
}
50% {
transform: translateX(-4%);
}
100% {
transform: translateY(1%);
}
}
.shake {
animation-name: shaky !important;
animation-duration: .1s !important;
animation-iteration-count: infinite !important;}
@keyframes shake {
0% {
transform: translateX(0%);
}
50% {
transform: translateY(10px);
}
100% {
transform: translateX(1%);
}
}
.recoil {
animation-name: recoil !important;
animation-duration: .1s !important;
animation-iteration-count: infinite !important ;
animation-direction:alternate;
}
@keyframes recoil {
0% {
transform: translateX(1%);
}
25% {
transform: translateY(-5%);
}
50% {
transform: translateX(-1%);
}
100% {
transform: translateY(5%);
}
}
.slide {
animation-name: recoil !important;
animation-duration: 2s !important;
animation-iteration-count: infinite !important ;
animation-direction:alternate;
}
@keyframes slide {
25% {
transform: translateX(10%);
}
75% {
transform: translateX(-10%);
}
}
}
</style><meta charset="utf-8"> <title>shidposting</title></head>
<body>
<div style="position:static;top:0;"><marquee scrollamount="50" direction="right"><img src="files/poggydemon.png"></marquee></div><br><br>
<center><img src="files/gun.png" class="recoil" height="250"></center>
<center><img src="files/poomerseethe.png" class="shake" height="250"></center>
<center><h1>SHIDPOSTING</H1>
<main>
<div class="main">
</div>
</main>
</body>
</html>