-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
73 lines (56 loc) · 848 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
73
body {
background-color: bisque;
height: 100vh;
}
.nav{
font-size: 20px;
font-weight: bold;
}
.text-colour{
color: #dc3545;
}
.img-fluid{
height: 100px;
}
.col-style{
width: 25%;
margin: 10px;
}
.cart-style{
width: 100%;
height: 400px;
cursor: pointer;
}
.card-body{
background-color: tomato; /**aliceblue*/
box-shadow: 5px 5px 40px gray;
}
h6{
display: inline-block;
}
#search-food{
margin: 0px 150px;
padding: 0px 200px;
}
#search-input{
width: 600px;
height: 50px;
margin-top: 50px;
margin-bottom: 70px;
margin-left: 400px;
}
#search-input:focus{
border: 2px solid tomato;
}
h4{
font-size: 30px;
font-weight: bold;
color: tomato;
}
h5{
font-size: 25px;
font-weight: bold;
color:rgb(105, 71, 255);
}
.singleArea{
}