-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
83 lines (73 loc) · 1.25 KB
/
styles.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
h1 {
color: #ffffff;
display: block;
font-family: Arial;
font-size: 18px;
font-weight: 700;
background-color: #00a3ef;
padding: 12px 20px;
}
body {
color: #5b594a;
font-family: arial;
font-size: 14px;
font-weight: 300;
line-height: 21px;
background-color: #efefef;
}
label {
line-height: 27px;
}
h2 {
color: #5b594a;
font-family: arial;
font-size: 16px;
font-weight: 700;
line-height: 27px;
}
article {
margin: 20px;
}
.main {
min-width: 728px;
max-width: 960px;
margin: 0 auto;
display: block;
width: 80%;
background-color: #ffffff;
}
.repos {
margin-left: 20px;
margin-right: 20px;
/* column-count: 2;
column-gap: 20px;
*/
}
.group {
display: block;
float: left;
width: 280px;
}
button {
background-color: #00a3ef;
color: #ffffff;
font-size: 16px;
font-weight: 400;
line-height: 24px;
padding: 15px 25px;
display: inline-block;
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.2);
}
.center {
display: block;
clear: both;
text-align: center;
padding: 30px 0 40px 0;
}
.warning {
color: #00a3ef;
font-size: 16px;
font-weight: 400;
line-height: 24px;
}