I suppose the picture is self-explanatory. This is a common issue when dealing with float elements. Anyone has a trick to force C to go all the way to the left?
IMPORTANT:
In that case it's better to use display: inline-block;
rather than float:left;
Inline block will behave both like block and inline, therefore line-height will equal to the "highest" word in the line in that case it will be the highest block.