Skip to content

Commit

Permalink
adding icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Shereen-Mohamed36 authored Apr 27, 2024
1 parent 1a8166b commit 254a2df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHECKOUT.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,27 +73,27 @@
<div class="page-container">
<h1>Checkout</h1>
<form action="index.html" method="post">
<!-- Billing Details Section -->
<!-- Billing Details Section -->
<div class="section billing-details">
<h2>Billing Details</h2>
<div class="form-group">
<label for="full-name">Full Name:</label>
<label for="full-name"><img src="https://icons.veryicon.com/png/o/miscellaneous/jiankangxian/full-name-11.png" alt="" class="icon"> Full Name:</label>
<input type="text" id="full-name" name="full-name" required>
</div>
<div class="form-group">
<label for="email">Email Address:</label>
<label for="email"><img src="https://t4.ftcdn.net/jpg/05/25/22/63/360_F_525226337_x7lLRcnU08vDLkijRwgcbaIs8zCfDktC.jpg" alt="" class="icon">Email Address:</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="address">Address:</label>
<label for="address"><img src="https://static.thenounproject.com/png/2340040-200.png" alt="" class="icon"> Address:</label>
<input type="text" id="address" name="address" required>
</div>
<div class="form-group">
<label for="city">City:</label>
<label for="city"><img src="https://banner2.cleanpng.com/20180418/jzw/kisspng-cities-skylines-computer-icons-building-city-skycraper-5ad715d01a79a6.9868520715240452641085.jpg" alt="" class="icon">City:</label>
<input type="text" id="city" name="city" required>
</div>
<div class="form-group">
<label for="country">Country:</label>
<label for="country"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT83cJyu9w9G4uyHZh5NkEVf-ssbQm07KNjjmRMzqqVdQ&s" alt="" class="icon"> Country:</label>
<input type="text" id="country" name="country" required>
</div>
</div>
Expand Down

0 comments on commit 254a2df

Please sign in to comment.