Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 816 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 816 Bytes

BMI Calculator

This code is a BMI (Body Mass Index) calculator. It uses two range sliders to input the user's height and weight, and calculates their BMI when the "Calculate" button is clicked.

The resulting BMI value and corresponding weight status ("Underweight", "Normal", "Overweight", or "Obese") are displayed in the results section. The code also includes styling and gradient effects for the range sliders and background of the weight status text.


BMI Calculator


A Pen created on CodePen.io. Click here to explore.