tv-position
Sets the position of an element inside of its parent element.
Overview
Use the tv-position style to specify where an element is positioned inside of its parent element.
Values for tv-position
bottomThe element is positioned at the bottom of the containing element.
bottom-leadingThe element is positioned in the bottom corner and leading edge of the containing element.
bottom-leftThe element is positioned in the bottom-left corner of the containing element.
bottom-rightThe element is positioned in the bottom-right corner of the containing element.
bottom-trailingThe element is positioned in the bottom corner and trailing edge of the containing element.
centerThe element is centered horizontally and vertically in the containing element.
footerThe element is positioned in the footer section of the containing element.
headerThe element is positioned in the header section of the containing element.
leadingThe element is positioned along the leading edge of the containing element.
leftThe element is positioned to the left of the containing element.
rightThe element is positioned to the right of the containing element.
topThe element is positioned at the top of the containing element.
top-leadingThe element is positioned in the top corner and leading edge of the containing element.
top-leftThe element is positioned in the top-left corner of the containing element.
top-rightThe element is positioned in the top-right corner of the containing element.
top-trailingThe element is positioned in the top corner and trailing edge of the containing element.
trailingThe element is positioned along the trailing edge of the containing element.