-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstyle.css
More file actions
48 lines (42 loc) · 761 Bytes
/
style.css
File metadata and controls
48 lines (42 loc) · 761 Bytes
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
html, body {
margin: 0;
padding: 0;
background-color: rgba(255, 255, 255);
text-align: center
}
header {
font-family: 'Capriola', sans-serif;
font-size: 52px;
margin-top: 70px;
height: 78px;
}
p.code {
font-family: 'Inconsolata', monospace;
font-size: 16px;
padding: 10px;
background: #f0f0f0;
border: 0px solid #999;
border-radius: 4px;
}
p.palette_name {
font-family: 'Nunito', sans-serif;
font-size: 24px;
margin-bottom: 12px;
}
div.palette {
margin-left: 20px;
margin-right: 20px;
margin-bottom: 0px;
display: inline-block;
vertical-align: top;
}
div.footer {
margin-top: 25px;
font-family: 'Nunito', sans-serif;
font-size: 16px;
}
a {
color: rgb(0);
text-decoration: underline;
color: black;
}