Bootstrap 4, How do I center-align a button?
In Bootstrap 4 one should use the text-center class to align inline-blocks. NOTE: text-align:center; defined in a custom class you apply to your parent element will work regardless of the Bootstrap version you are using. And that’s exactly what .text-center applies. Expand snippet If the content to be centered is block or flex (not inline-), … Read more