I’d love to have additional floating options for all child elements:
'bottom' means: the childs bottom line is in line with it’s parent’s bottom line and the child element grows from bottom to top.
Use case:
On a chapter start page, there is a box with text at the bottom of the page (position: absolute; bottom: 0;). Inside this text box, a icon should be placed at the bottom-right and text should wrap around the icon.
float: bottom-left/bottom-right;
'bottom' means: the childs bottom line is in line with it’s parent’s bottom line and the child element grows from bottom to top.
Use case:
On a chapter start page, there is a box with text at the bottom of the page (position: absolute; bottom: 0;). Inside this text box, a icon should be placed at the bottom-right and text should wrap around the icon.