<div class="input-group mb-3">
<label class="input-group-text form-floating ">Please Share Your Name *</label>
<input type="text" class="form-control" placeholder="First Name">
<input type="text" class="form-control" placeholder="Last Name">
</div>
I have written this code, but what I need help with is reordering it so that the label appears above the input and is responsive. Any assistance would be greatly appreciated.