File tree Expand file tree Collapse file tree 1 file changed +32
-25
lines changed Expand file tree Collapse file tree 1 file changed +32
-25
lines changed Original file line number Diff line number Diff line change @@ -11,28 +11,34 @@ div {
11
11
12
12
/* Sizes & centers entire menu*/
13
13
# menuBG {
14
- width : 400px ;
15
- height : 470px ;
14
+ border : 1px solid black;
15
+ width : 600px ;
16
+ height : 570px ;
16
17
margin : 10px auto;
17
18
}
18
19
20
+ # btnOrder {
21
+ margin : 10px 0px 0px 235px ;
22
+ width : 100px ;
23
+ height : 40px ;
24
+ }
25
+
19
26
/* Sizes "frmMenu" form */
20
27
# frmMenu {
21
- border : 1 px solid green;
22
- width : 400 px ;
23
- height : 200 px ;
28
+ border : 2 px solid green;
29
+ width : 600 px ;
30
+ height : 400 px ;
24
31
}
25
32
26
- /* Sizes "totalPrice " <div> */
27
- # totalPrice {
33
+ /* Sizes & positions "Size " <div>*/
34
+ . left {
28
35
width : 200px ;
29
- height : 190px ;
30
- margin : 0 auto;
31
- float : right;
36
+ height : 200px ;
37
+ float : left;
32
38
}
33
39
34
- /* Sizes & positions "Size " <div>*/
35
- .left {
40
+ /* Sizes & positions "Vegetables " <div> */
41
+ .center {
36
42
width : 200px ;
37
43
height : 200px ;
38
44
float : left;
@@ -45,25 +51,26 @@ div {
45
51
float : right;
46
52
}
47
53
54
+ # cart {
55
+ border : 2px solid yellow;
56
+ top : 0 ;
57
+ margin : 0px auto;
58
+ width : 400px ;
59
+ height : 200px ;
60
+ }
61
+
48
62
/* Sizes & positions "showText" <div>*/
49
63
# showText {
50
- border : 2px solid yellow;
51
64
width : 200px ;
52
65
height : 190px ;
53
66
margin : 0px auto;
54
67
float : left;
55
68
}
56
69
57
- # cart {
58
- border : 1px solid red;
59
- top : 0 ;
60
- margin : 0px auto;
61
- width : 400px ;
62
- height : 200px ;
63
- }
64
-
65
- # btnOrder {
66
- margin : 10px 0px 0px 100px ;
67
- width : 100px ;
68
- height : 40px ;
70
+ /* Sizes "totalPrice" <div> */
71
+ # totalPrice {
72
+ width : 200px ;
73
+ height : 190px ;
74
+ margin : 0 auto;
75
+ float : right;
69
76
}
You can’t perform that action at this time.
0 commit comments