5
I’m trying to get the images aligned to the right, respecting the spacing between the tags <p>
, but it’s getting like this:
My HTML code is as follows:
<p><img style="float:right" src="https://www.zaffiori.com.br/image/catalog/como-medir/passo-1-fixar-folha-de-sulfite.png"><b>Passo 1:</b> Coloque uma folha de papel sulfite no chão, de superfície plana e fixe com fita adesiva para que ela não saia do lugar.</p>
<p><img style="float:right" src="https://www.zaffiori.com.br/image/catalog/como-medir/passo2.png"><b>Passo 2:</b> Posicione o seu pé na folha e, com um lápis ou caneta, faça o contorno do seu pé no papel.</p>
I looked for some solution in this style and did not find it. I am using Bootstrap if it is useful. I look for a help :D
Is using bootstrap pq does not use the grid and its classes to position?
– LeAndrade