-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
59 lines (50 loc) · 1.14 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
/* External CSS file */
body {
background-color: rgb(123, 165, 182);
font-size: 15px;
font-family: "Monaco", Helvetica, sans-serif;
}
.center-heading {
font-size: 40px;
font-family: "Copperplate", Helvectica, sans-serif;
color: rgb(217, 97, 17);
text-align: center;
background-color: limegreen;
border: 10px solid orange;
}
.introduction {
font-family: "Verdana", Helvectica, sans-serif;
color: rgb(217, 97, 17);
background-color: limegreen;
padding: 10px;
width: 125px;
border: 10px solid orange;
margin-left: 60px;
}
.recipe-links {
color: purple;
width: 275px;
}
.image.enlarged, .image.proportioned {
height: 300px;
width: 480px;
border: 5px solid yellow;
margin: 10px 450px;
}
.p1, .p2, .recipe-links {
border: 5px solid salmon;
background-color: rgb(226, 199, 110);
padding: 10px;
max-width: 50%;
}
.descriptionTemple, .ingredients, .pancakeSteps, .sandwhichSteps {
padding: 15px 40px;
max-width: 45%;
border: 5px solid brown;
}
.pancakeColor {
background-color: darkseagreen;
}
.sandwhichColor {
background-color: lightgreen;
}