-1
<div>
<p>TROCO</p>
<button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
...
</button>
<div class="collapse" id="collapseExample">
<div class="card card-body">
texto que aparece quando pressiono o botão
</div>
</div>
</div>
The code is this one, I wanted the text "CHANGE" to appear in the same line as the button, when I open the page they are in different lines, and if I put the text inside the < button> the text goes inside the button... Does anyone know what’s going on??
Thank you very much guy!!!
– Jingas
Hey, I’m using the span right, so when I try to edit the text within the span, I can’t change the style of it, change the font and the positioning, you can tell me how it does??
– Jingas
@Jingas cara isso eh o básico do CSS, o melhor que vc tem a fazer eh entrar no Youtube e procurar um curso de CSS, la tem várias e eh de graça
– hugocsl