3
I have the following div
:
<div class="col-sm-6">
<input type="checkbox"> Touch Screen
<input type="checkbox"> Wi-fi
<input type="checkbox"> Bluetooth
<input type="checkbox"> Flash
<input type="checkbox"> Câmera Frontal
<input type="checkbox"> GPS
<input type="checkbox"> Tecnologia NFC
<input type="checkbox"> Extensão para Cartão de Memória
</div>
She gets like this:
But I wanted to leave her like this:
How can I do that?
Thanks, it worked right!
– Eduardo Paludo
For nothing @user13840, the important thing is to understand the concept described in the documentation, taking the trick, you go far.
– Julio Borges