Skip to content

Commit

Permalink
Merge pull request #9 from TartejBrothers/Changes
Browse files Browse the repository at this point in the history
Fixed Bugs
  • Loading branch information
TartejBrothers authored Dec 8, 2023
2 parents b1369ff + 089ae39 commit 636b7dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,12 @@ <h1>Donation</h1>
/>
<input type="number" placeholder="CVC" class="inputhalf" />
<select class="inputhalf" id="currency" name="Amount">
<option value="" disabled selected>Amount</option>
<option value="" disabled selected>Currency</option>
<option value="usd">Dollars</option>
<option value="inr">Rupees</option>
</select>
<input type="text" placeholder="Address" class="inputhalf" />
<input type="number" placeholder="Amount" class="inputhalf" />
<input type="text" placeholder="Address" class="inputfull" />
<input type="text" placeholder="State" class="inputhalf" />
<input type="text" placeholder="Country" class="inputhalf" />
<input type="text" placeholder="City" class="inputhalf" />
Expand Down

0 comments on commit 636b7dd

Please sign in to comment.