Is it possible by HTML / CSS to display a row of elements at the bottom of a container, that wrap upwards if the container gets to small? Like if we would start writing at the bottom of a page and continue above the already written lines.
The elements do not need to be the words of an inline text, a collection of elements like SPAN or DIV placed text-like via float:left;
for example would do either.