-
Notifications
You must be signed in to change notification settings - Fork 0
/
snack.css
117 lines (88 loc) · 2.15 KB
/
snack.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
body {
font-family: 'Patrick Hand SC', cursive;
font-size: 25px;
margin: 0 auto;
background-color: #aba9aa;
}
.logo a {
text-align: left;
color: black; <!-- needs changing-->
}
.foodgroup {
text-align: center;
font-size: 75px;
color: #ff9681;
}
div {
height: 400px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
margin:0 auto;
position: relative;
margin: 40px 0 0 300px;
border-radius: 12px;
max-width: 900px;
}
.recipe1 {
background-image: url("https://www.errenskitchen.com/wp-content/uploads/2015/07/ribs-1-of-1.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.recipe2 {
background: url("https://lh3.googleusercontent.com/-7UYRtufnfRk/VBFAn-eywOI/AAAAAAAEuXs/8WfcdFNCNf4/s800/crunchy-parmesan-chicken-bites-8.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.recipe3 {
background: url("https://images.media-allrecipes.com/userphotos/560x315/3532479.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
p {
color: #ff9681;
background: #8f8d8e;
background:-webkit-linear-gradient(bottom,rgba(143,141,142,1), rgba(143,141,142,.4));
background:-moz-linear-gradient(bottom,rgba(143,141,142,1), rgba(143,141,142,.4));
padding: 10px;
line-height: 28px;
text-align: justify;
position: absolute;
bottom: 0;
margin: 0;
font-family: 'KoHo', sans-serif;
font-size: 20px;
}
.price {
float: right;
}
@media screen and (max-width: 768px) {
.col-sm-4 {
text-align: center;
margin: 25px 0;
}
.navbar {
margin-bottom: 0;
background-color: #430082;
opacity: 0.8;
z-index: 9999;
border: 0;
font-size: 12px !important;
line-height: 1.42857143 !important;
letter-spacing: 4px;
border-radius: 0
}
.navbar li a, .navbar .navbar-brand {
color: #fff !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
color: #38174f !important;
background-color: #fff !important;
}
.navbar-default .navbar-toggle {
border-color: transparent;
color: #fff !important;
}