-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ordert.html
229 lines (205 loc) · 4.73 KB
/
Ordert.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<html>
<head>
<title>ONlineShop</title>
<style type="text/css">
body
{
background-color: gray;
color:black;
}
a
{
color:white;
font-size:25px;
text-decoration: none;
}
.round
{
background-color: black;
color:black;
border-radius:10px;
height: 18px;
}
.round:hover
{
background-color: blue;
color:black;
border-radius:10px;
height: 20px;
}
.roundmain
{
background-position: center;
background-size: 70% 150%;
background-repeat: no-repeat;
background-image: url("pic/c5.png");
height:225px;
width:114%;
font-size:50px;
font-weight: bold;
color:white;
border-radius:10px;
text-shadow: 6px 2px 4px gray;
}
#box{
width: 55%;
height: 100px;
border-radius: 0px 50px 0px 50px;
background-color: silver;
box-shadow: 6px 10px 6px gray;
}
.divb{
width: 180px;
height: 40px;
border: 2px solid;
background-color: green;
color: white;
border-color: red;
border-radius: 0px 30px 0px 30px;
font-size: 25pt;
transition-delay: 0.05s;
transition-duration: 1.5s;
}
.divb:hover{
background-color: blue;
width: 190px;
height: 40px;
border: 2px solid;
color: white;
border-color: red;
border-radius: 0px 30px 0px 30px;
font-size: 27pt;
}
.divp{
background-color: black;
height:40px;
width:340px;
color: white;
font-size: 30px;
border-radius: 30px;
padding: 10px;
vertical-align: middle;
margin-bottom: 20px;
}
#td{
height: 380px;
width: 570px;
}
.divc{
height: 30PX;
width: 100px;
background-color: black;
color: white;
margin-right: 0px;
font-size: 20px;
}
img{
border-radius: 10px;
height: 230px;
width: 360px;
box-shadow: 6px 10px 10px 5px gray;
transition-duration: 2s;
transition-delay: .05s;
}
img:hover{
border-radius: 12px;
height: 232px;
width: 360px;
box-shadow: 8px 12px 12px 10px gray;
}
input{
line-height: 5px;
width: 240px;
border:0px;
padding: 4px;
margin-top: 20px;
border-bottom: 3px solid;
}
p{
font-size: 12pt;
text-align: justify;
}
</style>
</head>
<body>
<table border="0" align="center" cellspacing="4" style="border-radius: 10px;" height="20%" width="97%" bgcolor="#efeeff">
<tr>
<td colspan=6 align="center" class="roundmain" >On Line Laptop Shop</td>
</tr>
<tr>
<td align="center" class="round" width="5%">
<a href="Home.html"><div>Home</div></a>
</td>
<td align="center" class="round" width="5%">
<a href="category.html"><div>Category</div></a>
</td>
<td align="center" class="round" width="5%">
<a href="aboutus.html"><div>About us</div></a>
</td>
<td align="center" class="round" width="5%">
<a href="feedback.html"><div>Feed back</div></a>
</td>
<td align="center" class="round" width="5%">
<a href="Register.html"><div>Register</div></a>
</td>
<td align="center" class="round" width="5%">
<a href="home.html"><div>Logout</div></a>
</td>
</tr>
</table>
<marquee width="97%" align="center" hspace="20px" style=" border-radius: 10px; background-color: gray; font-weight:bold; font-size:16pt; color: white;">You will get all sort of famous and popular laptops from this on-line shop.We have pay on delivery service so you don't have to worry for product Quality........... <b>You must be register and login Before you Purchase laptop</b> </marquee>
<table bgcolor="white" width="97%" height="70%" align="center" cellspacing="4">
<form>
<tr align="center">
<th>
<font style="font-size: 30px;">
<i>
Pay on delivry srvice
</i>
<br/>
Buy Now!
</font>
</th>
</tr>
<tr align="center">
<td align="center"><input type="text" name="name" placeholder="Enter Your Name"></td>
</tr>
<tr>
<td align="center"><input type="text" name="Lname" placeholder="Enter Your Last Name"></td>
</tr>
<tr>
<td align="center"><input type="text" name="Email" placeholder="Enter Your Email"></td>
</tr>
<tr>
<td align="center"><input type="password" name="Rpassword" placeholder="Enter Your password"></td>
</tr>
<tr>
<td align="center"><input type="tel" name="Phone" placeholder="Enter Your Mobile Number"></td>
</tr>
<tr>
<td align="center">
<select style="border:0px; margin-top: 20px; width:240px; border-bottom: 4px solid;" name="companies">
<option>HP</option>
<option>APPLE</option>
<option>ACER</option>
<option>LENOVO</option>
<option>DELL</option>
</select>
</td>
</tr>
<tr>
<td align="center"><input type="number" name="code" placeholder="Enter product Code"></td>
</tr>
<tr>
<td align="center"><textarea style="border:0px; margin-top: 20px;padding: 15px; height: 70px; width:240px; border-bottom: 4px solid;" placeholder="Enter Your Address"></textarea>
</tr>
<tr>
<td align="center">
<input class="divc" type="reset" name="clear" value="clear">
<input class="divc" type="submit" name="buy">
</td>
</tr>
</form>
</table>
</body>
</html>