forked from markgoho/magic-cake
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
69 lines (57 loc) · 627 Bytes
/
styles.css
File metadata and controls
69 lines (57 loc) · 627 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
html,
body,
h1,
h2,
h3,
p,
ol,
ul,
li,
a {
padding: 0;
margin: 0;
border: 0;
}
body {
padding: 20px;
}
h1 {
margin: 10px 0 15px 0;
}
h2 {
margin: 10px 0 20px 0;
}
h3 {
margin: 15px 0;
border-bottom: 1px solid #ccc;
padding-bottom: 3px;
}
ul,
ol {
padding-left: 50px;
}
nav ul {
padding-left: 0;
}
nav a {
color: #0000af;
text-decoration: none;
}
nav li {
display: inline;
}
.recipes {
list-style-type: none;
padding: 0;
}
.recipes li {
border: 1px solid #b56663;
padding-left: 15px;
}
.recipes h3 {
border-bottom: 0;
}
.recipes a {
color: #7facaa;
text-decoration: none;
}