Skip to content

Commit

Permalink
Completed
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajganjale committed Aug 28, 2021
1 parent 64637bc commit aa6bda2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions payment.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@



<form class="PaymenForm">
<form class="PaymenForm" onsubmit="nextPage(event)">

<h2 style="margin-left: 10px;">Contact information</h2>
<div class="Form_Box" id="remove-btm">
Expand Down Expand Up @@ -62,25 +62,25 @@ <h2 style="margin-left: 10px;">
<label class="Form_Invisible" for="Address_line1">Address_line1</label>
</div>
<div>
<input id="Payment_address" class="Payment_Form_Ip" type="text" name="Address_line2"
<input id="Payment_address1" class="Payment_Form_Ip" type="text" name="Address_line2"
placeholder="Apartment, suite, etc. (optional)">
<label class="Form_Invisible" for="Address_line2">Address_line2</label>
</div>
<div>
<input id="Payment_address" class="Payment_Form_Ip" type="text" name="City" placeholder="City">
<input id="city" class="Payment_Form_Ip" type="text" name="City" placeholder="City">
<label class="Form_Invisible" for="City">City</label>
</div>

<div style="display: flex;">
<div>
<!-- <label class="location" for="Country">Country/region</label> -->
<select id="" class="location_list" name="Country">
<option value="India">United States</option>
<select id="cont" class="location_list" name="Country">
<option value="us">United States</option>
</select>
</div>
<div>
<!-- <label class="location" for="State">State</label> -->
<select id="" class="location_list" name="State">
<select id="stt" class="location_list" name="State">
<option value="alaska">Alaska</option>
<option value="california">California</option>
<option value="delaware">Delaware</option>
Expand Down Expand Up @@ -112,7 +112,7 @@ <h2 style="margin-left: 10px;">
<div>
<a href="" style="color: #12284c; font-size: 12px;">
< RETURN TO CART</a>
<button class="End_btn" style="width: 300px; margin-left: 150px; font-weight: 600;">CONTINUE TO SHIPPING
<button class="End_btn" style="width: 300px; margin-left: 150px; font-weight: 600;" >CONTINUE TO SHIPPING
METHOD</button>
</div>
</div>
Expand Down

0 comments on commit aa6bda2

Please sign in to comment.