Trying to center button on the page
I have the following component code that I am trying to use to center a button on a page. It keeps showing left-aligned. I have tried using
How to center button in div?
In order to align a button in the center. you need to use the Absolute Center class in slds positioned.
For more information: https://www.lightningdesignsystem.com/utilities/alignment/
Here is How you can align lightning-button in Salesforce LWC?
Sample Code:
HTML:
Output:
Hope this will help you.