Pergunta

I have two images contained in one div and am trying to align the second image next to the first. If I assign each image a class, how can I get the second image to be aligned with the first using css? Or is it best to have a div for each image?

<div class="standard"> <img src="images/room02.jpg"/> <img src="images/room04.jpg"/> </div>

Foi útil?

Solução

You don't need a separate div or class for each image. It all depends on how you want to align them. Just see this guide for more information: http://www.inmotionhosting.com/support/edu/website-design/insert-images-website/align-float-images-css

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top