html - distribute five images horizontally across container?

Tengel

New Member
I have div container and five images inside it. I need to distribute them within the container (it has dynamic width) so that the spacing between the images is the same, and the left image is justified to the left, and the right image is justified to the right.UPD:Images must have fixed width (for example 100px), but container div is more than 500px.
 
Back
Top