-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
174 lines (139 loc) · 2.27 KB
/
stylesheet.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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
@import url('https://fonts.googleapis.com/css2?family=Vina+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poltawski+Nowy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace+SC&display=swap');
.container{
background:white;
margin: 0 auto;
max-width:80%;
}
.truck{
width:65%;
margin-left:20%;
}
.header{
font-family: 'Vina Sans', cursive;
text-shadow: 2px 2px red;
font-size:450%;
text-align: center;
margin-top:15%;
}
.header2{
font-family: 'Bruno Ace SC', cursive;
text-shadow: 2px 2px blue;
font-size:450%;
margin-top:8%;
}
nav{
font-size: 150%;
}
a{
text-decoration: none;
}
#pad{
padding:3%;
}
.under{
text-decoration: overline;
}
.right{
text-align: center;
padding:3%;
text-shadow: 1px 1px red;
text-decoration: underline;
font-size: 250%;
}
#bill{
padding:5%;
}
.center{
text-align: center;
}
.move{
margin-left:29%;
}
#order_description{
font-family: 'Poltawski Nowy', serif;
}
h1{
font-family: 'Vina Sans', cursive;
}
h2{
font-family: 'Vina Sans', cursive;
}
h3{
font-family: 'Vina Sans', cursive;
}
h4{
font-family: 'Vina Sans', cursive;
}
h5{
font-family: 'Poltawski Nowy', serif;
}
p{
font-family: 'Poltawski Nowy', serif;
}
li{
font-family: 'Poltawski Nowy', serif;
}
body{
background:red;
}
section{
margin-top: 5%;
}
.small{
width:75%;
}
aside{
margin-top: 5%;
}
#under{
text-align: center;
text-shadow: 1px 1px red;
text-decoration: underline;
}
#create{
padding:1%;
width: 75%;
}
.order{
border: 5px solid black;
box-shadow: 0px 0px 20px red;
}
.under{
text-decoration: underline;
}
.box{
border-width: 80%;
border: 5px dotted blue;
box-shadow: 0px 0px 40px red;
text-align: center;
padding:2%;
}
.box2{
border-width:80%;
border:10px double red;
box-shadow: 0px 0px 40px black;
padding:2%;
}
.box3{
border-width: 80%;
border:8px solid black;
padding:2%;
box-shadow: 0px 0px 40px black;
}
.box4{
border-width: 80%;
border: 5px solid black;
box-shadow: 0px 0px 40px red;
padding:2%;
}
article{
margin-top: 5%;
}
.food{
width: 75%;
}
footer{
margin-top: 5%;
}