How can I align two inline-blocks so that one is left and the other is right on the same line? Why is this so hard? Is there something like LaTeX\'s \\hfill that can consume
give it float: right and the h1 float:left and put an element with clear:both after them.