+ 5
Images in different rows in HTML
I need to put 3 images, each in different row, aligned left, center and right. Whenever I align them they end up in the same row. I can't use bootstrap, just HTML and CSS so I was wondering how can I get the wanted result.
7 odpowiedzi
+ 4
it still makes the same problem
+ 4
Thanks a lot :D
0
show your code
0
put every img tag inside div tags
0
and set text-align for this divs