Hi! I bought your HTML theme.
I am completely new in this world, but i want to try to build a website (ahah :D)
I want to place one or two buttons in the center of the page, how can I do?
I found this one in the content-elements.html file:
<a class="ux-btn btn-dark" href="#"><span class="ux-btn-inn"> Button Text </span></a>
I have text in the center of the page, and under this text i want one or two buttons in the center of the page. I’ve done something like this:
`<section class=”ux-portfolio-template-intro container ux-template-intro-left”>
<h1 style=”text-align: center;”>BLABLA<br>Blablabla.</h1>
<p style=”text-align: center;”><p class=”clearfix ux_blank”></p></p>
<p style=”text-align: center;”>Blablabla</p>
<a class=”ux-btn btn-dark” href=”#”><span class=”ux-btn-inn”> BUTTON NAME </span></a>
</section>`
In this situation the button aligns to the left.
Thank you in advance and sorry for my “noob” question. đ