forked from BetakyousoYT/Discord-Invitation-Spoofer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
50 lines (44 loc) · 841 Bytes
/
Copy pathstyle.css
File metadata and controls
50 lines (44 loc) · 841 Bytes
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
body, html {
height: 100%;
margin: 0;
}
#particles-js {
position: absolute;
width: 100%;
height: 100%;
background-color: #f0f8ff;
background-size: cover;
background-position: 50% 50%;
z-index: -1;
}
.content {
position: relative;
z-index: 1;
max-width: 600px;
margin: auto;
padding: 20px;
text-align: center;
}
#form-container, #result-container {
background-color: #e6f7ff;
border-radius: 10px;
padding: 20px;
margin: 20px 0;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
input[type="text"], button {
width: 100%;
padding: 10px;
margin: 10px 0;
border-radius: 5px;
border: 1px solid #ccc;
}
button {
background-color: #0044cc;
color: white;
cursor: pointer;
}
#generated-url {
background-color: #f9f9f9;
cursor: text;
}