-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcart.html
69 lines (67 loc) · 2.81 KB
/
cart.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Espresso Entry - Cart</title>
<link rel="shortcut icon" href="./assets/images/f0229f7a71bd7b07fe2f4d029c73b1703c3e6432.png" type="image/x-icon">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@800&display=swap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Archivo+Black:wght@400&display=swap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Aref+Ruqaa:wght@700&display=swap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Aref+Ruqaa+Ink:wght@700&display=swap" />
<link rel="stylesheet" href="css/cart.css" />
</head>
<body>
<div class="main-container">
<div class="box">
<a href="index.html"><span class="text">Espresso Entry</span></a>
<div class="img"></div>
<div class="box-2">
<a href="index.html"><span class="text-2">Home</span></a><span class="text-3"> </span>
</div>
<a href="index.html#coffee" target="_blank"><span class="text-4">Coffee</span></a>
<a href="index.html#contact" target="_blank"> <span class="text-5">Contact</span></a>
</div>
<div class="wrapper">
<span class="text-6">Coffees</span><span class="text-7">2 Item(s)</span>
</div>
<div class="wrapper-2">
<div class="img-2"></div>
<div class="group">
<span class="text-8">Ethiopian Elegance<br /></span
><span class="text-9"><br /></span>
</div>
<div class="group-2">
<span class="text-b">Graceful coffee, Ethiopian charm.<br /></span
><span class="text-c"><br /></span>
</div>
<div class="group-3">
<span class="text-d">₹249<br /></span
><span class="text-e"><br /></span><span class="text-f"><br /></span
><span class="text-10"><br /></span>
</div>
</div>
<div class="section">
<div class="img-3"></div>
<div class="wrapper-3">
<span class="text-11">Espresso Elegance<br /></span
><span class="text-12"><br /></span>
</div>
<span class="text-14"
>Embrace the glorious mess!<br /><br
/></span>
<div class="section-2">
<span class="text-15">₹99<br /></span
><span class="text-16"><br /></span><span class="text-17"><br /></span
><span class="text-18"><br /></span>
</div>
</div>
<div class="box-3">
<span class="text-19">2024 Espresso Entry. All rights reserved.</span>
<div class="pic-5"></div>
</div>
<div class="pic-6"></div>
<div class="pic-7"></div>
</div>
</body>
</html>