-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
372 lines (360 loc) · 11.4 KB
/
style.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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
*{
box-sizing: border-box;
margin:0;
padding:0;
}
html{
font-size: 62.5%;
font-family: 'Chewy', cursive;
}
ul{
list-style: none;
}
a{
text-decoration: none;
}
/* page one */
.container{
width:100%;
height:100vh;
background-image:url(./images/coffee-gd9f9eedc7_1280.png);
background-repeat: no-repeat;
background-size:contain;
background-position: center;
background-color: rgb(2, 152, 168);
}
@media (max-width:1030px){
.container{
background-position: bottom right;
}
}
.text-shadow-class{
color:#fff;
text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px;
}
.header{
width: 100%;
padding:1rem;
}
.nav{
width:100%;
display: flex;
justify-content: space-between;
}
@media(max-width:600px){
.nav{
flex-direction: column;
align-items: center;
}
}
.logo-link{
display: block;
font-size: 2.5rem;
text-align: center;
color: rgb(239, 75, 119);
}
.logo-link:hover{
text-shadow: rgb(239, 75, 119) 2px 0px 0px, rgb(239, 75, 119) 1.75517px 0.958851px 0px, rgb(239, 75, 119) 1.0806px 1.68294px 0px, rgb(239, 75, 119) 0.141474px 1.99499px 0px, rgb(239, 75, 119) -0.832294px 1.81859px 0px, rgb(239, 75, 119) -1.60229px 1.19694px 0px, rgb(239, 75, 119) -1.97998px 0.28224px 0px, rgb(239, 75, 119) -1.87291px -0.701566px 0px, rgb(239, 75, 119) -1.30729px -1.5136px 0px, rgb(239, 75, 119) -0.421592px -1.95506px 0px, rgb(239, 75, 119) 0.567324px -1.91785px 0px, rgb(239, 75, 119) 1.41734px -1.41108px 0px, rgb(239, 75, 119) 1.92034px -0.558831px 0px;
}
.nav-ul{
display: flex;
}
.nav-ul li a{
padding:0 1rem;
font-size:2.5rem;
color:#fff;
}
@media(max-width:600px){
.nav-ul li a{
font-size:2rem;
}
}
@media(max-width:350px){
.nav-ul li a{
font-size:1.7rem;
}
}
@media(max-width:300px){
.nav-ul li a{
font-size:1.3rem;
}
}
.nav-ul li a:hover{
text-shadow:rgb(239, 75, 119) 2px 0px 0px, rgb(239, 75, 119) 1.75517px 0.958851px 0px, rgb(239, 75, 119) 1.0806px 1.68294px 0px, rgb(239, 75, 119) 0.141474px 1.99499px 0px, rgb(239, 75, 119) -0.832294px 1.81859px 0px, rgb(239, 75, 119) -1.60229px 1.19694px 0px, rgb(239, 75, 119) -1.97998px 0.28224px 0px, rgb(239, 75, 119) -1.87291px -0.701566px 0px, rgb(239, 75, 119) -1.30729px -1.5136px 0px, rgb(239, 75, 119) -0.421592px -1.95506px 0px, rgb(239, 75, 119) 0.567324px -1.91785px 0px, rgb(239, 75, 119) 1.41734px -1.41108px 0px, rgb(239, 75, 119) 1.92034px -0.558831px 0px;
}
h1{
font-size:4rem;
margin:10rem 0 0 4rem;
letter-spacing: .1rem;
}
.main-p{
font-size:2.5rem;
margin-left: 4rem;
margin-bottom:1rem;
letter-spacing: .1rem;
}
h1,.main-p{
color:#fff;
text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px;
}
@media(max-width:600px){
h1{
margin:4rem 0 0 4rem;
font-size: 3.5rem;
}
.main-p{
font-size: 2rem;
}
}
@media(max-width:350px){
h1{
font-size:3rem;
}
.main-p{
font-size:1.8rem ;
}
}
.menu-button{
margin-left:4rem;
color:#fff;
font-size: 2.5rem;
padding:.6rem 3rem;
border-radius: 2rem;
background-color: rgb(239, 75, 119);
letter-spacing: .1rem;
border:2px solid #000;
}
@media(max-width:600px){
.menu-button{
font-size:2rem;
}
}
@media(max-width:350px){
.menu-button{
font-size:1.8rem;
}
}
.menu-button:hover{
border:2px solid #fff;
}
/* page two */
.page-two{
width:100%;
height:100vh;
}
.menu-heading{
font-size: 3rem;
text-align: center;
padding-top:2rem;
}
.page-two-sections{
width:100%;
height:100vh;
display: flex;
}
.page-two-sections > *{
width:100%;
height:100vh;
}
.page-two-left-section{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.menu-coffee{
width:100%;
display: flex;
justify-content: space-between;
padding:0 15rem;
}
.menu-coffee h2,p{
font-size: 2rem;
}
.page-two-right-section{
background-color:rgb(239, 75, 119);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color:#fff;
}
.page-two-right-section h2{
font-size: 4rem;
letter-spacing: .3rem;
}
.page-two-right-section p {
font-size:2.5rem;
letter-spacing: .3rem;
}
.text-shadow-page-two{
text-shadow: rgb(2, 152, 168) 2px 0px 0px, rgb(2, 152, 168) 1.75517px 0.958851px 0px, rgb(2, 152, 168) 1.0806px 1.68294px 0px, rgb(2, 152, 168) 0.141474px 1.99499px 0px, rgb(2, 152, 168) -0.832294px 1.81859px 0px, rgb(2, 152, 168) -1.60229px 1.19694px 0px, rgb(2, 152, 168) -1.97998px 0.28224px 0px, rgb(2, 152, 168) -1.87291px -0.701566px 0px, rgb(2, 152, 168) -1.30729px -1.5136px 0px, rgb(2, 152, 168) -0.421592px -1.95506px 0px, rgb(2, 152, 168) 0.567324px -1.91785px 0px, rgb(2, 152, 168) 1.41734px -1.41108px 0px, rgb(2, 152, 168) 1.92034px -0.558831px 0px;
}
.page-two-img{
width:20%;
border-radius: 50%;
border:2px solid rgb(2, 152, 168);
}
@media(max-width:960px){
.menu-coffee{
padding:0 4rem;
}
}
@media(max-width:690px){
.page-two-sections{
width:100%;
height:100vh;
flex-direction: column-reverse;
}
.page-two-sections > *{
width:100%;
height:50vh;
}
}
@media(max-width:350px){
.page-two-right-section h2{
font-size:2.5rem;
}
.page-two-right-section p{
font-size: 1.8rem;
}
}
/* page three */
.page-three{
width: 100%;
height:100vh;
display: flex;
}
.page-three > *{
width:50%;
}
.page-three-left-section{
background: rgb(2, 152, 168);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.page-three-left-section h2{
font-size: 4rem;
letter-spacing: .3rem;
}
.page-three-left-section p{
letter-spacing: .3rem;
}
.text-shadow-page-three{
color:#fff;
text-shadow:rgb(239, 75, 119) 2px 0px 0px, rgb(239, 75, 119) 1.75517px 0.958851px 0px, rgb(239, 75, 119) 1.0806px 1.68294px 0px, rgb(239, 75, 119) 0.141474px 1.99499px 0px, rgb(239, 75, 119) -0.832294px 1.81859px 0px, rgb(239, 75, 119) -1.60229px 1.19694px 0px, rgb(239, 75, 119) -1.97998px 0.28224px 0px, rgb(239, 75, 119) -1.87291px -0.701566px 0px, rgb(239, 75, 119) -1.30729px -1.5136px 0px, rgb(239, 75, 119) -0.421592px -1.95506px 0px, rgb(239, 75, 119) 0.567324px -1.91785px 0px, rgb(239, 75, 119) 1.41734px -1.41108px 0px, rgb(239, 75, 119) 1.92034px -0.558831px 0px;
}
.page-three-img{
width:20%;
}
.page-three-right-section{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.page-three-main-image img{
width:200px;
}
@media(max-width:820px){
.page-three-right-section{
flex-direction: column;
}
.page-three-main-image img{
width:150px;
}
}
@media(max-width:690px){
.page-three{
flex-direction: column;
}
.page-three > *{
width:100%;
height:50vh;
}
}
@media(max-width:450px) {
.page-three-right-section img{
width:120px;
}
}
@media(max-width:350px){
.page-three-left-section h2{
font-size:2.5rem;
}
}
@media(max-width:320px){
.page-three-left-section p{
font-size:1.6rem;
}
}
/* page four */
.page-four{
width:100%;
display: flex;
flex-direction: column;
}
.page-four-top-section{
width:100%;
height:50vh;
}
.page-four-top-section h2{
font-size: 3.5rem;
padding:2rem 0 0 0;
letter-spacing: .2rem;
text-align: center;
text-shadow:rgb(239, 75, 119) 2px 0px 0px, rgb(239, 75, 119) 1.75517px 0.958851px 0px, rgb(239, 75, 119) 1.0806px 1.68294px 0px, rgb(239, 75, 119) 0.141474px 1.99499px 0px, rgb(239, 75, 119) -0.832294px 1.81859px 0px, rgb(239, 75, 119) -1.60229px 1.19694px 0px, rgb(239, 75, 119) -1.97998px 0.28224px 0px, rgb(239, 75, 119) -1.87291px -0.701566px 0px, rgb(239, 75, 119) -1.30729px -1.5136px 0px, rgb(239, 75, 119) -0.421592px -1.95506px 0px, rgb(239, 75, 119) 0.567324px -1.91785px 0px, rgb(239, 75, 119) 1.41734px -1.41108px 0px, rgb(239, 75, 119) 1.92034px -0.558831px 0px;
}
.review{
width:100%;
height:30vh;
display: flex;
align-items: center;
justify-content: space-around;
}
.page-four-top-section section{
width:30%;
}
.page-four-top-section section p{
font-size: 2rem;
}
.page-four-bottom-section{
width:100%;
height:20vh;
background: rgb(239, 75, 119);
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: center;
}
.page-four-bottom-section h3{
font-size: 2rem;
text-shadow: rgb(2, 152, 168) 2px 0px 0px, rgb(2, 152, 168) 1.75517px 0.958851px 0px, rgb(2, 152, 168) 1.0806px 1.68294px 0px, rgb(2, 152, 168) 0.141474px 1.99499px 0px, rgb(2, 152, 168) -0.832294px 1.81859px 0px, rgb(2, 152, 168) -1.60229px 1.19694px 0px, rgb(2, 152, 168) -1.97998px 0.28224px 0px, rgb(2, 152, 168) -1.87291px -0.701566px 0px, rgb(2, 152, 168) -1.30729px -1.5136px 0px, rgb(2, 152, 168) -0.421592px -1.95506px 0px, rgb(2, 152, 168) 0.567324px -1.91785px 0px, rgb(2, 152, 168) 1.41734px -1.41108px 0px, rgb(2, 152, 168) 1.92034px -0.558831px 0px;
}
.page-four-bottom-section p{
font-size: 1.6rem;
text-shadow: rgb(2, 152, 168) 2px 0px 0px, rgb(2, 152, 168) 1.75517px 0.958851px 0px, rgb(2, 152, 168) 1.0806px 1.68294px 0px, rgb(2, 152, 168) 0.141474px 1.99499px 0px, rgb(2, 152, 168) -0.832294px 1.81859px 0px, rgb(2, 152, 168) -1.60229px 1.19694px 0px, rgb(2, 152, 168) -1.97998px 0.28224px 0px, rgb(2, 152, 168) -1.87291px -0.701566px 0px, rgb(2, 152, 168) -1.30729px -1.5136px 0px, rgb(2, 152, 168) -0.421592px -1.95506px 0px, rgb(2, 152, 168) 0.567324px -1.91785px 0px, rgb(2, 152, 168) 1.41734px -1.41108px 0px, rgb(2, 152, 168) 1.92034px -0.558831px 0px;
}
@media(max-width:690px){
.page-four-top-section section{
width:100%;
border-bottom: 1px solid rgba(85, 85, 85, 0.2);
}
.review{
height:40vh;
flex-direction: column;
align-items: center;
text-align: center;
}
}
@media(max-width:360px){
.page-four-top-section h2{
font-size:2.5rem;
padding:0;
}
.page-four-top-section section p {
font-size: 1.8rem;
}
}