-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (28 loc) · 1.15 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Frequently Asked Qestions</title>
</head>
<body>
<div class="accordio">
<h1 class="accordio-title">Frequently Asked Questions</h1>
<div class="container">
<div class="questions">What is the return policy?</div>
<div class="answer">You can any of our product for your money back or for changing of different sizes </div>
</div>
<div class="container">
<div class="questions">When will i recieve my order?</div>
<div class="answer">You will recieve your order 15 days after ordering. <strong>Note</strong> our courie may cause delays</div>
</div>
<div class="container">
<div class="questions">Where are you located?</div>
<div class="answer">We are based in 41 Park West Bloemfontein ,Free State ,South Africa </div>
</div>
</div>
<script src="fun.js"></script>
</body>
</html>