tv-align
Aligns an element horizontally inside its parent.
Overview
Here’s an example that centers an image inside of its containing element.
<img style="tv-align:center" src="" width="182" height="274" />Values for tv-align
centerThe element is aligned with the center of the parent element.
leadingThe element is aligned along the leading edge of its parent element.
leftThe element is aligned along the left edge of its parent element.
rightThe element is aligned along the right edge of its parent element.
trailingThe element is aligned along the trailing edge of its parent element.