After browsing through some StackOverflow threads and other sources, I'm still struggling to figure out how to float two divs to the right while aligning them vertically (with the "sign in" div on top).
Based on my findings, here are the key points:
1) Floating turns a div into a block-level element.
2) Multiple floats group together horizontally.
3) The Clear: both/right/left/etc
property determines which elements should wrap around a floated element.
My main confusion lies in:
1) How can I stack differently floated elements above or below each other?
Here is the JSfiddle link for reference: http://jsfiddle.net/VUSKr/