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.
A Pen created on CodePen.io. Click here to explore.