Task: arrange the div in the string. When specifying
.content { display: inline-block; } The blocks are pressed to the lower border of the parent, but it is necessary so that to the top.
Found a way out: put the parent
.container { display: table;} and children:
.content {display: table-cell;} but I think there are more elegant solutions