forked from PrathyushNair/ToyMarche_clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorder.css
68 lines (62 loc) · 1.21 KB
/
order.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
#miantopbox{
width: 70%;
margin: auto
}
#container{
width:40%;
background-color: white;
margin:auto;
line-height: 10px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
text-align: center;
margin-bottom: 20px;
border: #e4bf1a 1px solid;
/* margin-right: -200Px; */
}
#heading {
width:100%;
padding: 0px;
}
a{
text-decoration: none;
color:black;
}
input{
width:90%;
height:30px;
padding-left:8px
}
#call{
color:grey;
font-size:12px;
}
#submit{
width:30%;
height:45px;
border:0px;
background-color:#ffd51e;
color:white;
font-size: 17px;
}
#submit:hover{
background-color:#e4bf1a;
}#topimg{
margin: auto;
width: 30%;
height: 30%;
display: flex;
justify-content: center;
margin-bottom: 30px;
}#cancel{
width:15%;
height:30px;
border:0px;
background-color:#f8003f;
color:white;
font-size: 10px;
}#callbig{
font-size: 20px;
font-weight: 500;
}#cancel:hover{
background-color: #c70535;
}