Having difficulty centering two block buttons using inline CSS in the Darkly theme from Bootstrap. I am unable to directly edit the CSS and can only utilize inline CSS due to using the CDN version of the theme.
<a href='/start'><button class="btn btn-lg btn-primary" type="button">rbutton1</button>
<a href='/stop'><button class="btn btn-lg btn-primary" type="button">rbutton2</button>
Like mentioned before, my options are limited to inline CSS with the CDN-based theme.