-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
86 lines (82 loc) · 2.88 KB
/
faq.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FAQ</title>
<link rel="stylesheet" href="styling.css">
</head>
<body text="white">
<header>
<div class="link">
<div class="links">
<a href="" class="animate-link">
<img src="lin.png" alt="" width="1px" />
</a>
</div>
<div class="links">
<a href="index.html" class="animate-link">WELCOME</a>
</div>
<div class="links">
<a href="how.html" class="animate-link">HOW IT WORKS</a>
</div>
<div class="links">
<a href="meal.html" class="animate-link">MEAL PLANS</a>
</div>
<div class="logo">
<a href="index.html" class="animate-link"
><img src="cafe.png" alt="Cloud Kitchen" width="150px"
/></a>
</div>
<div class="links">
<a href="faq.html" class="animate-link">FAQs</a>
</div>
<div class="links">
<a href="contact.html" class="animate-link">CONTACT</a>
</div>
<div class="links">
<a href="refer.html" class="animate-link">REFER A FRIEND</a>
</div>
<div class="links">
<a href="cart.html" class="animate-link">
<img
src="cafe (1).png"
alt="Your Cart"
width="60px"
height="60px"
/>
</a>
</div>
</div>
</header>
<br />
<div class="background-image">
<h1 id="heading1">Frequently Asked Questions</h1>
<div class="rectangle">
<div class="background-text">
<ul>
<li>
<p id="1st"> What is CafeSerenityBites?<br>
CafeSerenityBites is your culinary wingman! We are not just a meal delivery company- think of us as you personal butler, catering to your every nutritional whim.</p>
</li>
<li>
<p id="2nd">Where does CafeSerenityBites deliver?<br>
Presently, we offer delivery services within Gurugram, Haryana.
</p>
</li>
<li>
<p id="3rd">How does scheduling work?<br>
CafeSerenityBites delivers every day! Your meals are packaged in insulated cooler bags with ice packs to ensure they stay fresh until you pick them up in the morning.
</p>
</li>
<li>
<p id="4th">Can I pick which dishes I receive?<br>
Embracing the Delicious Unknown: CafeSerenityBites is here for the caped crusaders who take on villains and conquer boardrooms alike. We craft your personalized menu every day, using the freshest ingredients and tailoring it to your dietary preferences and dislikes (which you can share at checkout)</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>