-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstyle.css
More file actions
77 lines (65 loc) · 1.24 KB
/
style.css
File metadata and controls
77 lines (65 loc) · 1.24 KB
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
70
71
72
73
74
75
76
77
.navbar {
background-color: rgba(16, 17, 19, 0.925);
color: white;
}
.jumbotron {
color:white;
padding: 30px;
background: none;
background-image: url("https://png.pngtree.com/thumb_back/fw800/background/20190222/ourmid/pngtree-crayfish-food-food-condiment-black-horizontal-banner-goodsseasoningblackhorizontal-bannerdelicious-image_50376.jpg");
background-size: cover;
}
.jumbotron2 {
color:white;
padding: 30px;
background-image: url("https://i.pinimg.com/originals/c0/cc/68/c0cc6805ba552bee3b46af18ea3775a0.jpg");
background-size: cover;
}
#diet {
margin-left: 15px;
}
#health {
margin-left: 15px;
}
.results-container {
margin-left: 7.5%;
margin-right: 7.5%;
}
.card-img-top {
max-height: 300px;
height: auto;
background-size: cover;
}
footer {
background-color: rgba(16, 17, 19, 0.925);
color: white;
}
#location {
margin-left: 15px;
margin-right: 15px;
}
.curLocation {
margin-right: 15px;
}
#keywords {
margin-right: 15px;
}
.results-container {
display: none;
margin-bottom: 3%;
margin-left: 7.5%;
margin-right: 7.5%;
}
.page-footer {
position: fixed;
bottom: 0;
width:100%;
padding-bottom: 15px;
padding-top: 5px;
}
.card {
margin-bottom: 3%;
}
.detailsBtn {
float: bottom;
}