-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
56 lines (51 loc) · 1.27 KB
/
style.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
body {
text-align: center;
background: radial-gradient(circle at 20% 20%, #000000, transparent 70%),
radial-gradient(circle at 80% 30%, #1b0727, transparent 60%),
radial-gradient(circle at 50% 80%, #000000, transparent 80%),
radial-gradient(circle at 10% 70%, #1d1361, transparent 60%),
radial-gradient(circle at 70% 90%, #310d4e, transparent 75%);
background-color: #000000;
height: 100vh;
margin: 0;
font-family: "Segoe UI Semibold";
}
h1 {
color: #ffffff;
text-align: center;
margin-top: 5px;
font-size: 1.4rem;
}
p {
color: gray;
text-align: center;
margin-top: -11px;
font-size: 1.1rem;
}
#discordfoto {
margin-top: 80px;
text-align: center;
margin-right: 10px;
width: 100px;
height: 100px;
border-radius: 50%;
}
a {
display: block;
background: rgba(0, 0, 0, 0.33);
border-radius: 7px 7px 7px 7px;
box-shadow: 0 0 1rem rgba(0, 0, 0, 0.8);
color: #ffffff;
text-decoration: none;
width: 520px;
height: 42px;
font-size: 1.2rem;
text-align: center;
padding-top: 18px;
margin-top: 28px;
margin-left: auto;
margin-right: auto;
}
a:hover {
transform: scale(1.02);
}