I need to move this modal button to the left side of the screen but cannot figure out how to do it.
button to be moved
i tried to add a margin left property to it but its not working:
<button style="margin-left:0px" type="button" class="btn btn-success mb-3" data-bs-toggle="modal" data-bs-target="#tambahMahasiswa">Add Load</button>
New contributor
mawungwa 3 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.