-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathstyle.css
72 lines (71 loc) · 1018 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
body, a {
font-family: sans-serif;
color: #4c4c4c;
}
body {
width: 800px;
margin: auto;
}
section:first-child {
text-align: center;
margin-top: 50px;
}
section {
margin-top: 50px;
}
footer {
margin-top: 300px;
}
li {
overflow: auto;
height: auto;
list-style-type: none;
margin-bottom: 20px;
padding-left: 100px;
text-align: left;
}
li a {
color: #000BBC;
}
.resimg {
background-repeat: no-repeat;
float: left;
margin-right: 0.5em;
width: 88px;
height: 50px;
}
#search {
width: 300px;
}
#results {
width: 600px;
margin: auto;
margin-top: 50px;
}
.v {
color: #0BBC00;
}
.recommend {
color: #BBC000;
}
.growveg {
color: #0BBC00;
}
@media (max-device-width: 900px), (max-width: 840px){
body {
width: 95%;
}
input {
font-size: 28pt;
}
#search {
height: 80px;
width: 99%;
}
#results {
width: auto;
}
li {
padding-left: 0;
}
}