-
Notifications
You must be signed in to change notification settings - Fork 0
/
sandwich.css
142 lines (122 loc) · 2.57 KB
/
sandwich.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
h1 {
color: antiquewhite;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 75px;
letter-spacing: 10px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
img {
border-radius: 6%;
}
h2 {
padding-left: 140;
color: antiquewhite;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 25px;
}
h3 {
padding-left: 300;
color: antiquewhite;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 25px;
}
h4 {
padding-left: 260;
color: antiquewhite;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 25px;
}
.a {
padding-left: 20;
padding-right: 20;
padding-top: 5;
padding-bottom: 5;
position: relative;
left: 30;
background-color: 129102;
color: #ffffff;
}
.b {
padding-left: 20;
padding-right: 20;
padding-top: 5;
padding-bottom: 5;
position: relative;
left: 30;
background-color: 129102;
color: #ffffff;
}
.c {
padding-left: 20;
padding-right: 20;
padding-top: 5;
padding-bottom: 5;
position: relative;
left: 30;
background-color: 129102;
color: #ffffff;
}
.g {
padding-left: 23;
padding-right: 23;
padding-top: 7;
padding-bottom: 7;
position: relative;
left: 30;
background-color:rgb(255, 140, 0);
color: #ffffff;
border-radius:10% ;
}
label1 {
padding-left: 130;
color: rgb(255, 145, 0);
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
letter-spacing: 1px;
font-size: 23px;
}
label2 {
padding-left: 340;
color: rgb(255, 145, 0);
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
letter-spacing: 1px;
font-size: 23px;
}
label3 {
padding-left: 350;
color: rgb(255, 145, 0);
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
letter-spacing: 1px;
font-size: 23px;
}
/* MENU */
h16,h17{
color: rgb(255, 255, 255);
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 25px;
letter-spacing: 1px;
}
h16{
position: relative;
left: 20;
bottom:5;
}
h17{
position: relative;
left: 100;
bottom:5;
}
a{
text-decoration-line: none ;
}
.myorders{
position: relative;
left: 1130;
top:7
}
/* MENU */
.menu {
border-radius:1% ;
}
tr,td{
border-radius:1% ;
}