forked from MoonLady0312/moonlady0308.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
69 lines (60 loc) · 1.14 KB
/
style.css
File metadata and controls
69 lines (60 loc) · 1.14 KB
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
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
cursor: crosshair;
}
body {
justify-content: center;
align-items: center;
background: linear-gradient(135deg, #f72585, #4361ee);
user-select: none;
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 5rem;
color: white;
}
button {
color: #ffffff;
background-color: #2d63c8;
font-size: 50px;
border-radius: 7.5px;
padding: 15px 50px;
border: 1px solid #2d63c8;
cursor: pointer;
}
button:hover {
color: #2d63c8;
background-color: #ffffff;
}
a {
color: #ffffff;
}
*{padding:0;margin:0;}
.float{
position:fixed;
width:60px;
height:60px;
bottom:40px;
right:40px;
background-color:#0C9;
color:#FFF;
border-radius:50px;
text-align:center;
box-shadow: 2px 2px 3px #999;
}
.changelog{
position:fixed;
width:190px;
height:47.5px;
bottom:40px;
left:40px;
color: white;
}
.my-float{
margin-top:22px;
}
a {
color: #ffffff;
}