-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApp.css
More file actions
118 lines (104 loc) · 1.74 KB
/
App.css
File metadata and controls
118 lines (104 loc) · 1.74 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
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
.App {
text-align: center;
}
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 80px;
}
.App-header {
background-color: #222;
height: 150px;
padding: 20px;
color: white;
}
.App-intro {
font-size: large;
}
@keyframes App-logo-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
body {
background: #27ae60;
}
a {
text-decoration: none;
display: inline-block;
}
#card {
width: 30%;
margin: auto;
overflow: hidden;
position: absolute;
top: 60%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.search-box input[type='search'] {
width: 100%;
font-size: 20px;
border: 0;
padding: .75rem .9375rem .9375rem;
background: #e6ebed;
text-align: center;
box-sizing: border-box;
}
.notfound {
background: #fff;
padding: 1.875rem;
text-align: center;
}
.notfound h2 {
font-size: 2rem;
color: #27ae60;
margin-bottom: .625rem;
}
.notfound p {
font-size: 1rem;
color: #000;
}
.github-profile-info {
background: #fff;
text-align: center;
padding: 20px;
}
.github-profile-info img {
width: 150px;
height: 150px;
display: block;
}
.github-profile-info h2 a {
font-size: 30px;
color: #2368bd;
}
.github-profile-info h3 {
font-size: 1.1885rem;
color: #bdcbce;
}
.github-profile-state {
background: #34495e;
text-align: center;
padding: 1.875rem .9375rem;
}
.github-profile-state ul {
direction: ltr;
}
.github-profile-state li {
list-style: none;
display: inline-block;
margin-right: 1rem;
}
.github-profile-state a {
color: #fff;
}
.github-profile-state i {
font-size: 1.5rem;
font-weight: 700;
font-style: normal;
display: block;
}
.github-profile-state span {
font-size: 20px;
letter-spacing: .06rem;
color: #27ae60;
}