01 / 04
Give the label its own line
label belongs to the same family as text, so left alone it sits on the same line as the input box.
Give it display: block; and it takes a whole line, dropping the input box below it.
.row label { display: block;}