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
For both elements use
display: inline-block;
the for the 'nav' element use
float: right;