Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-blink-code authored Jul 10, 2024
1 parent 6fb0a34 commit b48591d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<h1 class="text-white">Calculate BMI</h1>
<div class="d-flex input-group input-group-lg mt-3">
<span class="input-group-text bg-dark text-white">Height</span>
<input type="text" class="form-control" id="height">
<input type="number" class="form-control" id="height">
<span class="input-group-text bg-dark text-white">Cm</span>
</div>
<div class="input-group input-group-lg mt-3">
<span class="input-group-text bg-dark text-white">Weight</span>
<input type="text" class="form-control" id="weight">
<input type="number" class="form-control" id="weight">
<span class="input-group-text bg-dark text-white">Kg</span>
</div>
<div>
Expand Down

0 comments on commit b48591d

Please sign in to comment.