-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfoodlist.css
76 lines (62 loc) · 980 Bytes
/
foodlist.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
body {
font-family: 'Montserrat';
text-align: center;
height: 100%;
background: black;
}
h1,h2, h3, h4, h5, h6 {
font-family: 'Montserrat';
font-weight: 700;
}
p {
color: #8f8f8f;
padding: 1rem 1rem 1rem 0;
}
.back{
text-align: left;
background-color: #FFA45B;
font-size: 1.5rem;
text-decoration: none;
}
.back:hover{
text-decoration: none;
}
.food-name{
color: #FFA45B;
font-size: 2.5rem;
font-weight: bold;
text-align: center;
max-width: 100%;
}
.food-info{
padding: 40px 25px;
}
.card {
margin: 0 0.5em;
box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
border: none;
}
.card-heading{
font-family: 'Ubuntu';
font-size: 1.75rem;
font-weight: 500;
color: black;
}
.card-heading:hover {
color: #FFA45B;
text-decoration: none
}
.card img {
max-height: 15rem;
}
.btn-cart{
margin: 0 1rem 0 0;
}
.btn-cart:hover {
background-color: #FFA45B;
color: black;
}
.btn-food{
background-color: black;
color: #FFA45B;
}