-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
58 lines (50 loc) · 900 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
h1 {
color: #00008b;
}
h2 {
color: #8b0000;
}
h3 {
color: #006400;
text-align: center;
text-decoration: underline;
}
table.category {
border: 2px;
border-color: black;
border-style: solid;
background-color: #f08080;
padding: 10px;
}
td.category_header {
border: 2px;
border-color: black;
border-style: dashed;
background-color: #11cf24;
text-align: center;
}
table.food {
border: 3px;
border-color: black;
border-style: dotted;
background-color: #d3d3d3;
height: 200px;
width: 160px;
margin: 10px;
padding-left: 10px;
padding-right: 10px;
}
.pantry_row, .fridge_row, .freezer_row, .drinks_row {
display: flex;
margin: 20px;
}
.pantry_lists_section, .fridge_lists_section, .freezer_lists_section, .drinks_lists_section {
margin: 10px;
}
img {
height: 300px;
width: 300px;
border: 2px;
border-color: black;
border-style: solid;
}