-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshopping.css
More file actions
54 lines (51 loc) · 702 Bytes
/
shopping.css
File metadata and controls
54 lines (51 loc) · 702 Bytes
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
#divBody {
border: 1px solid black;
height: 550px;
margin-left: 40px;
margin-top: 20px;
margin-right: 20px;
}
table.table.table-bordered {
width: 820px;
}
#nav {
margin-top: 10px;
border: 1px solid black;
margin-left: 50px;
margin-right: 50px;
width: 820px;
}
.pList {
margin-left: 50px;
}
#pTable table {
margin-right: 50px;
}
.table {
margin-left: 50px;
margin-right: 50px;
border: 1px solid black;
}
.sCart {
margin-left: 50px;
}
thead,
tr {
margin-right: 100px;
}
#logout {
border: 1px solid black;
}
#placeOrder {
margin-left: 610px;
}
#home {
max-width: 50px;
}
#total {
margin-left: 610px;
margin-bottom: 10px;
}
#checkers{
margin-left: 50px;
}