-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
123 lines (90 loc) · 1.62 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
* {
background: #000316;
margin: 0;
padding: 0;
}
#particles-js {
/*background-color: black;*/
background-repeat : no-repeat;
background-size : cover;
height: 40vh;
}
.welcome {
color: #FFE4E1;
position: absolute;
margin-top: 25px;
margin-left: 40px;
}
.welcome p {
font-size: 20px;
margin-top: 30px;
margin-left: 40px;
letter-spacing: 3px;
font-family: monospace;
}
.welcome h1 {
margin-top: 120px;
margin-left: 40px;
letter-spacing: 3px;
font-family: monospace;
}
.primary {
color: #f6f8f7;
font-weight: 700;
font-size: 1.56rem;
line-height: 1.3;
letter-spacing: 0.8px;
}
.glyp {
font-size: 120px;
}
.glyp1 {
font-size: 100px;
}
.glyp2 {
font-size: 91px;
}
.glyp4 {
font-size: 75px;
}
.glyp3 {
font-size: 180px;
}
.secondary {
color: #bcbfc8;
font-family: sans-serif;
font-weight: 500;
font-size: 18px;
line-height: 1.3;
letter-spacing: 0.7px;
}
.glow-but {
/*transform: scale(1);*/
transition: transform 900ms;
color: rgba(255, 255, 255, 1);
box-shadow: 0 5px 15px #bcbfc8;
transform: scale(1.03);
}
.glow {
transform: scale(1);
transition: transform 500ms;
color: #FFEBCD;
}
.glow:hover {
/*color: rgba(255, 255, 255, 1);
box-shadow: 0 5px 15px #bcbfc8;*/
transform: scale(1.03);
}
.gl1 {
transform: scale(1);
transition: transform 500ms;
color: #FFEBCD;
}
.gl1:hover {
color: rgba(255, 255, 255, 1);
box-shadow: 0 5px 15px #bcbfc8;
transform: scale(1.03);
}
.gl {
color: #C0C0C0;
}