-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
109 lines (76 loc) · 1.31 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
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
body {
background: white;
color: black;
margin: 0;
padding: 0;
}
/* .background_black {
position: absolute;
background: black;
width: 99vw;
height: 99vh;
z-index: 3;
opacity: 0;
animation-duration: 1s;
animation-name: fadeOut;
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
} */
.title {
position: relative;
text-align: center;
color: white;
top: 45%;
}
.title_wall {
position: relative;
background: #2E3440;
width: 100%;
height: 800px;
}
.title h1 {
font-size: 50px;
}
.title h3 {
font-size: 35px;
}
.getKey_button {
position: relative;
background: #3B4252;
width: 100%;
height: 247px;
text-align: center;
vertical-align: middle;
}
.endCopyright {
position: relative;
display: flex;
background: #2E3440;
/* background: linear-gradient(90deg, rgba(174,236,226,1) 0%, rgba(245,191,243,1) 100%); */
width: 100%;
height: 100px;
margin-bottom: 0;
}
.copyright {
color: #ECEFF4;
position: relative;
font-size: 20px;
}
.Tmave {
color: #ECEFF4;
top: 10px;
}
.teamwvImg {
position: relative;
width: 90px;
height: 90px;
top: 5px;
margin-left: 5px;
margin-right: 20px;
}