I'm developing an application that contains a bordered menu so I'd like the menu to look like this
ButI'mnotabletoleavetheborderlikethisandneitherroundlookslikethiswillIputmycssandhtml
<h:panelGrouplayout="block" styleClass="pagamento">
<button class="dropbtn">Parcelas</button><br/>
<p class="preco">29,90</p>
</h:panelGroup>
.preco{
margin-left: 20px;
}
.pagamento{
border: 1px solid #C0C0C0;
margin-left: 580px;
}