I have some divs floated left like this:
<div style='float: left;'>First div</div>
<div style='float: left;'>Second div</div>
etc.
Everything seems ok. But when i change screen size so that last element in a line i just very near the edge of the browser window, or elements just have the widths that make them put last element to the border than browser is like:
Hm... ok. This last element seems to have so little space. I need to do something to cheer this element up. I could move this element to new line and everyone would be happy. But this element deserves better than that. I will leave it where it is, but i will move it slightly lower, so it can enjoy being special. It will now become the most outstanding element on this website.
And yes. Maybe browser is good to compensate last element the lack of space. But it does not look good to me. Since, for me, every element should be equally aligned in lines. No place for extravert elements on my site! But look, this element is extravert like hell:
So my question is: what to do to move "psychology" into the line with "infatuation" and "friendship"?
I'd appreciate a solution for floating elements without changing display style to tableish one or changing divs into inline blocks if possible.