-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorder.html
31 lines (31 loc) · 893 Bytes
/
order.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
<html>
<head><title></title>
<style>
body{background:linear-gradient(-45deg,#7CDB09,#FAFA09)}
#a{width:80px;height:40px}
#b{margin:40px;padding:40px background:red}
h2{background:red}
h3{font-size:25px}
</style>
</head>
<body>
<section class="sec1">
<h2><u>CUSTOMER DETAILS</u></h2><br><br>
NAME : <input type="text"> </text><br><br>
ADDRESS : <input type="textarea"></textarea><br><br>
MOB NO : <input type="text"></text><br><br>
</section>
<section>
<h2><u>BOTTLES TO BE ORDER</u></h2>
<h3>Select Bottles::</h3><select>
<option>1 ltr</option>
<option>5 ltr</option>
<option>10 ltr</option>
<option>20 ltr</option>
</select>
<h3>How many water bottle you want=></h3><input type="text" id="a">
</section><br><br>
<section><div class="b">
<a href="thank.html" ><h3>Submit</h3></a></div></section>
</body>
</html>