how can i align "save button" to the right side of the form Here is my component.html file structure
<div class ="container-fluid"><div class ="container"><div class="row"><div class="col-6><form></form></div><div class="col-6"><form><p class="input-group text-white "><button type="submit" class="btn btn-primary ">Save Records </button> </p></form></div></div></div></div>
i want to align this button right side under the second form