-
Notifications
You must be signed in to change notification settings - Fork 0
/
contactpage.html
42 lines (40 loc) · 1.45 KB
/
contactpage.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us</title>
<style>
body{
background-image: url("https://img.freepik.com/free-vector/modern-banner-with-abstract-low-poly-design_1048-14340.jpg?size=626&ext=jpg&ga=GA1.1.425660872.1699074014&semt=ais");
background-repeat: no-repeat;
background-size: 2000px 3400px;
}
h3{
text-align: center;
}
.box{
}
#p2{
text-align: center;
}
.text{
color: rgb(15, 15, 13);
font-size: larger;
}
</style>
</head>
<body>
<div class="box">
<h3>Here are the details to contact us</h3>
</div>
<div class="text">
<p>1. For contacting us contact on the following numbers:-</p>
<p id="p2"> 01642213835, 7719417010, 9478881921 and 7710687925</p>
<span>2. Email ID - [email protected], [email protected] </span>
<p>3. OFFICE ADDRESS:- Ekart Logistics Notifications,Building no.21089 Park Plaza opposite PCA Stadium, Mohali (140055)</p>
<p>4. Timmings for office Visiting - 9:00 am to 6:00pm (Monday to Saturday) and Sunday Closed.</p>
<p>5. Before Visiting ,Please first register and bring your registration form with you as a proof.</p>
</div>
</body>
</html>