-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstyle.css
72 lines (59 loc) · 922 Bytes
/
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
body {
background-color: #282828;
text-align: center;
}
h3 {
color: #ebdbb2;
font-family: 'Roboto Mono', monospace;
}
h1 {
font-family: 'Pacifico', cursive;
text-align: center;
color: #ebdbb2;
font-size: 90;
}
a {
color: inherit;
text-decoration: none;
}
list {
text-align: center;
text-decoration: none;
}
.all {
display: inline-block;
vertical-align: top;
align-self: center;
margin-left: 1em;
}
.all:nth-child(1) {
margin-left: 0;
}
.title {
text-align: center;
width: 12em;
}
.google {
background-color: #cc241d;
}
.reddit {
background-color: #458588;
}
.programming {
background-color: #689d6a;
}
.gaming {
background-color: #d65d0e;
}
.linux {
background-color: #98971a;
}
.links {
text-align: center;
color: #282828;
font-family: 'Roboto Mono', monospace;
text-decoration: none;
font-weight: bold;
background-color: #ebdbb2;
width: 12em;
}