-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
70 lines (61 loc) · 1.07 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
html {
font-family: "Varela Round", sans-serif;
color: #c1c0c0;
}
body {
background-color: #1a1a1a;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
height: 100vh;
}
.cell {
display: flex;
font-size: 3em;
text-decoration: none;
color: #c1c0c0;
justify-content: center;
align-items: center;
background-color: #2a2a2a !important;
width: 1.1em;
height: 1.1em;
}
.title {
display: flex;
font-size: 3em;
text-decoration: none;
color: #c1c0c0;
justify-content: center;
margin-top: 20px;
}
.description {
display: flex;
font-size: 2.1em;
text-decoration: none;
justify-content: center;
align-items: center;
margin-bottom: 20px;
}
.text {
color: #c1c0c0 !important;
}
.logo {
margin-left: 10px;
margin-right: 10px;
}
.hashtag {
display: flex;
font-size: 2.3em;
color: #c1c0c0;
justify-content: center;
}
.repo {
display: flex;
font-size: 1.2em;
justify-content: center;
margin-top: 20px;
}
.link {
color: #c1c0c0;
}