forked from KeparYTbcc/webhook_spammer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
71 lines (54 loc) · 1.16 KB
/
stylesheet.css
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
* {
text-align: center;
color: #838383c9;
font-family: "Arial Black", Gadget, sans-serif"
}
body {
background: url("https://w.wallhaven.cc/full/6q/wallhaven-6qx916.png");
}
#container {
background-image:url('https://w.wallhaven.cc/full/6q/wallhaven-6qx916.png');
opacity: 1;
}
#header {
text-align: center;
margin-top: 47px;
margin: auto;
font-size: 39px;
color: rgb(255, 255, 255)
}
.center-align {
text-align: center;
}
p {
font-family: "Arial Black, Gadget, sans-serif";
font-size: 27px;
}
a, a:visited {
color: rgb(255, 255, 255)
}
#link, #username, #content, #avatar {
font-size: 25px;
background-color: #000000;
width: 75%;
padding: 20px;
border: 2px solid #838383c9;
}
#btn {
width: 35%;
font-size: 25px;
color: #838383c9;
margin-top: 25px;
padding: 17px;
background-color: #000000;
border: 2px solid #838383c9;
}
#btn:hover {
background-color: #ffffff;
}
#log {
text-align: center;
width: 5%;
background-color: rgb(255, 255, 255);
color: rgb(255, 255, 255);
}