-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshop.html
73 lines (53 loc) · 2.73 KB
/
shop.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
<!DOCTYPE html>
<html>
<head>
<title> SHOP</title>
<link rel="stylesheet" href="shop.css">
<div class="links" ; style="color: black">
<link rel="stylesheet" href="home.css">
<link rel="stylesheet" href="shop.css">
<link rel="stylesheet" href="contact.css">
<link rel="stylesheet" href="skills.css">
</div>
<style>
a{
color: black;
}
</style>
</head>
<body style="background-image: url('books here 3k.png')"; width="10" height="10">
<nav>
<div class="nav-links">
<center>
<ul style= "font-family: helvetica;">
<li><a href="home.html" >                                                                                                                                                         HOME</a></li>
<li><a href="shop.html"> SHOP</a></li>
<li><a href="featured.html"> FEATURED</a></li>
<li><a href="contact.html"> CONTACT US</a></li>
</ul>
</div>
</nav>
<h1>GET THE BOOK OF YOUR TASTE</h1>
<h2>Hit the order now!</h2>
<p>_________________</p>
<center>
<table style=" font-family: helvetica; color: black;">
<form style= "text-align: left;">
<tr> <td> <label for "fname"><br>Your Name :         </label></td>
<td> <br> <input type="text" id "fname"> </td> </tr>
<tr> <td> <label for "no."> <br>Phone no. :         </label></td>
<td> <br> <input type="text" placeholder="+92" id "no."> </td> </tr>
<tr> <td> <label for "email"> <br>E-mail address :         </label></td>
<td> <br> <input type="text" placeholder="abc@gmail.com" id "email"> </td> </tr>
<tr> <td> <label for "home"> <br>Your Home Address :        </label></td>
<td> <br> <input type="text" id "home"> </td> </tr>
<tr> <td> <br> Your Book details here!     </td>
<td> <br> <textarea> Book details...</textarea> </td></tr>
<tr>
<td> <br><br> <center>                                  
<input type="submit" value="Done!"> </td></tr>
<br><br>
</table>
</table>
</body>
</html>