I have this button, I would like to add two words in it, but displaying one on top of the other, I already tried to use <br>
between them but it is like creating another button, I would like a button with the proportions that are there , but that one text was on top and the other below, I do not handle much of css, would anyone know how to do? I would like to leave Finish on top and Buy under
<button type="button" title="Finalizar Pedido" class="button btn-checkout btn-inline "
style="width: 93px; line-height: 50px; display: inline-block;"><span><span>Finalizar Compra</span></span></button>