0
I need to align a random image set in the center of a div, follow example code:
HTML
<div class="divAlign">
<img src="teste.jpg">
<img src="teste2.jpg">
<img src="teste3.jpg">
<img src="teste4.jpg">
</div>
CSS
.divAlign {
width: 80%;
margin: 0 auto;
}
.divAlign img {
width: 60px;
}
If you have 4 images or 2 or 1 they have to be in the middle, all together...
the images have to be next to each other and not one on top of the other!
– Alan PS
All right, bro! Check it out now!!!
– StillBuggin
right, vlw!!!!!!!!!
– Alan PS