-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
34 lines (31 loc) · 1.13 KB
/
contact.html
File metadata and controls
34 lines (31 loc) · 1.13 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<title>contact</title>
<style>
body{
background-color: lime;
}
</style>
</head>
<body>
<section class="text-gray-700 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="lg:w-2/3 flex flex-col sm:flex-row sm:items-center items-start mx-auto">
<h1 class="flex-grow sm:pr-16 text-2xl font-medium title-font text-gray-900"><ol><li>sunny-9897893333</li>
<li>choti---128987766753</li>
<li>lucky--111288787576</li>
<li>solu--18778687676</li>
<li>rishu--187866666</li>
<li>vicky--18989898988</li>
</ol>
</h1>
<a href="index.html" button class="flex-shrink-0 text-white bg-indigo-500 border-0 py-2 px-8 focus:outline-none hover:bg-indigo-600 rounded text-lg mt-10 sm:mt-0">click and go home</a></button>
</div>
</div>
</section>
</body>
</html>