Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cfunkz authored Mar 14, 2024
1 parent 92a13e4 commit 292b555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h3 class="mb-4 text-center">Select A Value To Convert</h3>
</select>

<input type="number" class="form-control mb-3" id="valueInputImperial" placeholder="Enter value" value="0">
<button class="btn btn-primary mx-auto mb-3" onclick="convertImperial()">Convert</button>
<button class="btn btn-primary d-block mx-auto mb-3" onclick="convertImperial()">Convert</button>
<div class="card" id="resultCardImperial" style="display:none;">
<div class="card-body bg-primary text-white text-center">
<h5 class="card-title">Result</h5>
Expand Down

0 comments on commit 292b555

Please sign in to comment.