-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
53 lines (45 loc) · 811 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
/* Global font control */
* {
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
margin-top: 32px;
max-width: 1000px;
margin: auto auto;
}
h1 {
font-size: x-large;
font-weight: bolder;
text-align: center;
margin: 32px;
}
.recipelist {
font-size: large;
margin: 100px;
}
.buffalo {
color: gold;
padding: 12px
}
.pancakes {
color: brown;
background-color: wheat;
background-clip: padding-box;
margin: auto;
padding: 20px;
}
.spcass {
color: orange;
padding: 12px
}
.desc {
color: purple;
background-color: lavender;
background-clip: padding-box;
padding: 16px;
margin: 0px auto;
}
.ing,
.steps {
background-color: forestgreen;
background-clip: padding-box;
padding: 16px;
}