Skip to content

Commit

Permalink
Update cart.html
Browse files Browse the repository at this point in the history
  • Loading branch information
singhtanishq authored Jun 26, 2024
1 parent 5772dfe commit d693867
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h2 style="margin-top: -15px;">Summary</h2>
<form id="address-form">
<div class="form-group">
<label for="name">Name:</label>
<input type="text" id="name" name="name" placeholder="e.g. Tanya Singh" required>
<input type="text" id="name" name="name" placeholder="e.g. Tanishq Singh" required>
</div>

<div class="form-group">
Expand All @@ -92,12 +92,12 @@ <h2 style="margin-top: -15px;">Summary</h2>

<div class="form-group">
<label for="city">City:</label>
<input type="text" id="city" name="city" placeholder="e.g. Kolkata" required>
<input type="text" id="city" name="city" placeholder="e.g. Varanasi" required>
</div>

<div class="form-group">
<label for="state">State:</label>
<input type="text" id="state" name="state" placeholder="e.g. West Bengal" required>
<input type="text" id="state" name="state" placeholder="e.g. Uttar Pradesh" required>
</div>

<div class="form-group" style="margin-bottom: -15px;">
Expand Down Expand Up @@ -200,10 +200,10 @@ <h1 style="font-size: xx-large;margin-top: -70px;">Order Confirmed <img src="Ima
<br>
<h2> Shipping Address:</h2>
<p style="line-height: 1.75;">
<b>Tanya Singh</b> <br>
<b>Tanishq Singh</b> <br>
Flat no. 12, Sector 09 <br>
Salt Lake City, Kolkata <br>
West Bengal - 985002 <br>
Varanasi Cantt <br>
Uttar Pradesh - 123456 <br>
<b>Ph no: </b> 9864894645
</p>
</section>
Expand Down

0 comments on commit d693867

Please sign in to comment.