-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
70 lines (60 loc) · 1.03 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
body {
font-weight: 300;
font-size: 20px;
font-family: Avenir, Sans-Serif;
margin: 0;
width: 100vw;
background-color: #f5f6fa;
text-align: center;
}
.card-container {
margin-top: 25px;
}
.title {
font-size: 25px;
letter-spacing: 4px;
color: #73AD21;
}
.text {
width: 100%;
text-align: center;
margin-bottom: 10px;
}
a.link {
text-align: center;
display: inline-block;
text-decoration: none;
margin: 0px auto;
border: 2px solid #73AD21;
width: 50%;
padding: 20px;
}
.vertical-align {
vertical-align: middle;
}
.link-style {
color: rgb(33, 33, 33);
text-decoration: none;
}
.link-style:hover {
color: #2C63ae;
}
.search {
font-family: "Operator Mono SSm A", "Operator Mono SSm B", 'Source Code Pro', Menlo, Consolas, Monaco, monospace;
font-size: 20px;
font-weight: 300;
display: block;
margin: auto;
width: 50%;
border: 2px solid #73AD21;
padding: 20px;
border-radius: 0px;
margin-bottom: 25px;
}
.tags {
display: none;
}
.footer-span {
text-align: center;
font-size: 12px;
}