Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>BMI App</h1>
<input type="number" placeholder="height in metre" name="height" id="height_id">
<br><br>
Weight :
<input type="number" placeholder="height in kg" name="weight" id="weight_id">
<input type="number" placeholder="weight in kg" name="weight" id="weight_id">
<br><br>
<center>
<input type="button" value="Submit" id="submit_id">
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ body{
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
margin-top: 10px;
}
#result_div
{
Expand Down